diff options
Diffstat (limited to 'example/fsel.c')
-rwxr-xr-x | example/fsel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/fsel.c b/example/fsel.c index 657111e..69202ee 100755 --- a/example/fsel.c +++ b/example/fsel.c @@ -15,7 +15,7 @@ * * \section section_compile compiling this example * - * gcc -Wall fsel.c `pkg-config fuse --cflags --libs` -o fsel + * gcc -Wall fsel.c `pkg-config fuse3 --cflags --libs` -o fsel * * \section section_source the complete source * \include fsel.c |