aboutsummaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/fuse_lo-plus.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/example/fuse_lo-plus.c b/example/fuse_lo-plus.c
index e827e1a..fcc1eee 100644
--- a/example/fuse_lo-plus.c
+++ b/example/fuse_lo-plus.c
@@ -13,6 +13,10 @@
#define _GNU_SOURCE
#define FUSE_USE_VERSION 30
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <fuse_lowlevel.h>
#include <unistd.h>
#include <stdlib.h>