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