From e6e7a249c5c70187144dd9cd3767801ed05a1763 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Wed, 24 Jul 2013 17:09:26 +0200 Subject: libfuse: remove "-D_FILE_OFFSET_BITS=64" from fuse.pc add AC_SYS_LARGEFILE to your configure.ac instead. --- example/null.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'example/null.c') diff --git a/example/null.c b/example/null.c index 3e57dbe..4d39eb8 100755 --- a/example/null.c +++ b/example/null.c @@ -21,6 +21,8 @@ #define FUSE_USE_VERSION 30 +#include + #include #include #include -- cgit v1.2.3