mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-29 03:48:23 +08:00
10 lines
246 B
C
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"
|