blob: 3db0945a97db2f77ff0f1beea77b16d2a7e724bb [file] [log] [blame]
bigbiff bigbiff9c754052013-01-09 09:09:08 -05001/*
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"