summaryrefslogtreecommitdiffstats
path: root/fuse/include/old/fuse.h
diff options
context:
space:
mode:
Diffstat (limited to 'fuse/include/old/fuse.h')
-rw-r--r--fuse/include/old/fuse.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/fuse/include/old/fuse.h b/fuse/include/old/fuse.h
new file mode 100644
index 000000000..3db0945a9
--- /dev/null
+++ b/fuse/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"