diff options
Diffstat (limited to 'example/fusexmp.c')
-rw-r--r-- | example/fusexmp.c | 2 |
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() */ |