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