From 61eed2547ac59d6861df5286bf81dea4dc9fa906 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Mon, 17 Mar 2014 11:51:43 +0100 Subject: [PATCH] compile fix --- configure.ac | 2 +- example/fuse_lo-plus.c | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.11.4.GIT