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