summaryrefslogtreecommitdiff
path: root/include/fuse_compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fuse_compat.h')
-rw-r--r--include/fuse_compat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/fuse_compat.h b/include/fuse_compat.h
index b67f30e00..591094e3e 100644
--- a/include/fuse_compat.h
+++ b/include/fuse_compat.h
@@ -64,7 +64,7 @@ struct fuse *fuse_setup_compat25(int argc, char *argv[],
void fuse_teardown_compat22(struct fuse *fuse, int fd, char *mountpoint);
-#ifndef __FreeBSD__
+#if !defined(__FreeBSD__) && !defined(__GNU__)
#include <sys/statfs.h>
struct fuse_operations_compat22 {
@@ -190,4 +190,4 @@ struct fuse *fuse_new_compat1(int fd, int flags, const struct fuse_operations_co
void fuse_main_compat1(int argc, char *argv[], const struct fuse_operations_compat1 *op);
-#endif /* __FreeBSD__ */
+#endif /* __FreeBSD__ || __GNU__ */