From: Miklos Szeredi Date: Mon, 17 Mar 2014 10:51:43 +0000 (+0100) Subject: compile fix X-Git-Tag: fuse-3.0.0pre0~89 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=61eed2547ac59d6861df5286bf81dea4dc9fa906;p=qemu-gpiodev%2Flibfuse.git compile fix --- 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 +#endif + #include #include #include