aboutsummaryrefslogtreecommitdiff
path: root/example/hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'example/hello.c')
-rw-r--r--example/hello.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/example/hello.c b/example/hello.c
index f717c34..7a1cdb5 100644
--- a/example/hello.c
+++ b/example/hello.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` hello.c -o hello
*/
+#define FUSE_USE_VERSION 26
+
#include <fuse.h>
#include <stdio.h>
#include <string.h>