summaryrefslogtreecommitdiffstats
path: root/runtime/relayfs/inode.c
diff options
context:
space:
mode:
authorhunt <hunt>2005-05-17 06:34:34 +0000
committerhunt <hunt>2005-05-17 06:34:34 +0000
commite96dd1fa4e4ba81198e92f7abd340124ba126258 (patch)
treee93d2a07dfa771bc0d7a2b739979752fb0d9e918 /runtime/relayfs/inode.c
parenta9fda130718e1c4dcdd10c4cb3e2d0ba7b77f295 (diff)
downloadsystemtap-steved-e96dd1fa4e4ba81198e92f7abd340124ba126258.tar.gz
systemtap-steved-e96dd1fa4e4ba81198e92f7abd340124ba126258.tar.xz
systemtap-steved-e96dd1fa4e4ba81198e92f7abd340124ba126258.zip
Use just "make" to build now.
Changed some include paths.
Diffstat (limited to 'runtime/relayfs/inode.c')
-rw-r--r--runtime/relayfs/inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/relayfs/inode.c b/runtime/relayfs/inode.c
index 2a52a65c..3bff01e2 100644
--- a/runtime/relayfs/inode.c
+++ b/runtime/relayfs/inode.c
@@ -18,7 +18,7 @@
#include <linux/backing-dev.h>
#include <linux/namei.h>
#include <linux/poll.h>
-#include <linux/relayfs_fs.h>
+#include "linux/relayfs_fs.h"
#include "relay.h"
#include "buffers.h"