aboutsummaryrefslogtreecommitdiffstats
path: root/include/old/fuse.h
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2004-12-12 11:45:24 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2004-12-12 11:45:24 +0000
commite56818b231a231a48e2616ec083999a14516a4ae (patch)
tree61b20d5d32e645df31e25618495f7595c11dc9c9 /include/old/fuse.h
parent0adcc6f7b2fdfdb14c560ad967ef0e61db3e2fde (diff)
downloadlibfuse-e56818b231a231a48e2616ec083999a14516a4ae.tar.gz
cleanup
Diffstat (limited to 'include/old/fuse.h')
-rw-r--r--include/old/fuse.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/old/fuse.h b/include/old/fuse.h
new file mode 100644
index 0000000..3db0945
--- /dev/null
+++ b/include/old/fuse.h
@@ -0,0 +1,9 @@
+/*
+ This header is for compatibility with older software using FUSE.
+
+ Please use 'pkg-config --cflags fuse' to set include path. The
+ correct usage is still '#include <fuse.h>', not '#include
+ <fuse/fuse.h>'.
+*/
+
+#include "fuse/fuse.h"