Warning: That file was not part of the compilation database. It may have many parsing errors.
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" |
10 |
Warning: That file was not part of the compilation database. It may have many parsing errors.