aboutsummaryrefslogtreecommitdiffstats
path: root/example/fusexmp.c
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2007-05-17 12:41:46 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2007-05-17 12:41:46 +0000
commitea8fdc0552be1d110ad64fed62f86adcba142483 (patch)
tree278b00d578cfb0e2979781211be54a02a6eb6022 /example/fusexmp.c
parent6353dcaf4e68eadbedf9deb7923afcefdd034663 (diff)
downloadlibfuse-ea8fdc0552be1d110ad64fed62f86adcba142483.tar.gz
*** empty log message ***
Diffstat (limited to 'example/fusexmp.c')
-rw-r--r--example/fusexmp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/example/fusexmp.c b/example/fusexmp.c
index 464f792..8df474c 100644
--- a/example/fusexmp.c
+++ b/example/fusexmp.c
@@ -10,7 +10,9 @@
#define FUSE_USE_VERSION 26
+#ifdef HAVE_CONFIG_H
#include <config.h>
+#endif
#ifdef linux
/* For pread()/pwrite() */