Files
third_party_libfuse/include/old/fuse.h
T
Miklos Szeredi e56818b231 cleanup
2004-12-12 11:45:24 +00:00

10 lines
246 B
C

/*
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"