diff options
Diffstat (limited to 'example/null.c')
-rw-r--r-- | example/null.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/example/null.c b/example/null.c index eda843a..1ab6573 100644 --- a/example/null.c +++ b/example/null.c @@ -4,8 +4,12 @@ This program can be distributed under the terms of the GNU GPL. See the file COPYING. + + gcc -Wall `pkg-config fuse --cflags --libs` null.c -o null */ +#define FUSE_USE_VERSION 26 + #include <fuse.h> #include <string.h> #include <unistd.h> |