bigbiff bigbiff | 9c75405 | 2013-01-09 09:09:08 -0500 | [diff] [blame] | 1 | /* |
2 | This header is for compatibility with older software using FUSE. | ||||
3 | |||||
4 | Please use 'pkg-config --cflags fuse' to set include path. The | ||||
5 | correct usage is still '#include <fuse.h>', not '#include | ||||
6 | <fuse/fuse.h>'. | ||||
7 | */ | ||||
8 | |||||
9 | #include "fuse/fuse.h" |