aboutsummaryrefslogtreecommitdiffstats
path: root/example/fsel.c
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@suse.cz>2013-07-24 17:09:26 +0200
committerMiklos Szeredi <mszeredi@suse.cz>2013-07-24 17:09:26 +0200
commite6e7a249c5c70187144dd9cd3767801ed05a1763 (patch)
treee7e7f778148be3bbec2b3cc47ec718f3d0969cc4 /example/fsel.c
parent19accdfbda12d04fe2175ad1d7baf90e841af373 (diff)
downloadlibfuse-e6e7a249c5c70187144dd9cd3767801ed05a1763.tar.gz
libfuse: remove "-D_FILE_OFFSET_BITS=64" from fuse.pc
add AC_SYS_LARGEFILE to your configure.ac instead.
Diffstat (limited to 'example/fsel.c')
-rwxr-xr-xexample/fsel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/example/fsel.c b/example/fsel.c
index 3c52033..657111e 100755
--- a/example/fsel.c
+++ b/example/fsel.c
@@ -24,6 +24,8 @@
#define FUSE_USE_VERSION 30
+#include <config.h>
+
#include <fuse.h>
#include <unistd.h>
#include <ctype.h>