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