aboutsummaryrefslogtreecommitdiffstats
path: root/example
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
parent6353dcaf4e68eadbedf9deb7923afcefdd034663 (diff)
downloadandroid_external_fuse-ea8fdc0552be1d110ad64fed62f86adcba142483.tar.gz
android_external_fuse-ea8fdc0552be1d110ad64fed62f86adcba142483.tar.bz2
android_external_fuse-ea8fdc0552be1d110ad64fed62f86adcba142483.zip
*** empty log message ***
Diffstat (limited to 'example')
-rw-r--r--example/fusexmp.c2
-rw-r--r--example/fusexmp_fh.c2
2 files changed, 4 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() */
diff --git a/example/fusexmp_fh.c b/example/fusexmp_fh.c
index daacb71..6565cf9 100644
--- a/example/fusexmp_fh.c
+++ b/example/fusexmp_fh.c
@@ -10,7 +10,9 @@
#define FUSE_USE_VERSION 26
+#ifdef HAVE_CONFIG_H
#include <config.h>
+#endif
#define _GNU_SOURCE