diff options
Diffstat (limited to 'example/fioc.c')
-rw-r--r-- | example/fioc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/fioc.c b/example/fioc.c index bee40b9..849bd5d 100644 --- a/example/fioc.c +++ b/example/fioc.c @@ -9,7 +9,7 @@ gcc -Wall fioc.c `pkg-config fuse --cflags --libs` -o fioc */ -#define FUSE_USE_VERSION 26 +#define FUSE_USE_VERSION 30 #include <fuse.h> #include <stdlib.h> |