aboutsummaryrefslogtreecommitdiff
path: root/example/hello_ll.c
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <mszeredi@suse.cz>2013-07-24 17:09:26 +0200
committerGravatar Miklos Szeredi <mszeredi@suse.cz>2013-07-24 17:09:26 +0200
commite6e7a249c5c70187144dd9cd3767801ed05a1763 (patch)
treee7e7f778148be3bbec2b3cc47ec718f3d0969cc4 /example/hello_ll.c
parent19accdfbda12d04fe2175ad1d7baf90e841af373 (diff)
libfuse: remove "-D_FILE_OFFSET_BITS=64" from fuse.pc
add AC_SYS_LARGEFILE to your configure.ac instead.
Diffstat (limited to 'example/hello_ll.c')
-rwxr-xr-xexample/hello_ll.c2
1 files changed, 2 insertions, 0 deletions
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 <config.h>
+
#include <fuse_lowlevel.h>
#include <stdio.h>
#include <stdlib.h>