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. --- lib/mount_bsd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/mount_bsd.c') diff --git a/lib/mount_bsd.c b/lib/mount_bsd.c index 36c5a2b..52c55f5 100644 --- a/lib/mount_bsd.c +++ b/lib/mount_bsd.c @@ -6,6 +6,7 @@ See the file COPYING.LIB. */ +#include "config.h" #include "fuse_i.h" #include "fuse_misc.h" #include "fuse_opt.h" -- cgit v1.2.3