aboutsummaryrefslogtreecommitdiff
path: root/example/hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'example/hello.c')
-rwxr-xr-xexample/hello.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/example/hello.c b/example/hello.c
index f678931..20021af 100755
--- a/example/hello.c
+++ b/example/hello.c
@@ -35,6 +35,8 @@
#define FUSE_USE_VERSION 30
+#include <config.h>
+
#include <fuse.h>
#include <stdio.h>
#include <string.h>