diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | example/fuse_lo-plus.c | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 64b2af6..8c1d3a8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(fuse, 3.0.0-pre0) +AC_INIT(fuse, 3.0.0_pre0) AC_PREREQ(2.59d) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_TARGET 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> |