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/hello_ll.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'example/hello_ll.c') diff --git a/example/hello_ll.c b/example/hello_ll.c index 151fe8b..27859ce 100755 --- a/example/hello_ll.c +++ b/example/hello_ll.c @@ -39,6 +39,8 @@ #define FUSE_USE_VERSION 30 +#include + #include #include #include -- cgit v1.2.3