summaryrefslogtreecommitdiff
path: root/cmd_fusemount.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd_fusemount.c')
-rw-r--r--cmd_fusemount.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmd_fusemount.c b/cmd_fusemount.c
index 96a2339d..4e4c24cc 100644
--- a/cmd_fusemount.c
+++ b/cmd_fusemount.c
@@ -1,3 +1,5 @@
+#ifdef BCACHEFS_FUSE
+
#include <errno.h>
#include <float.h>
#include <getopt.h>
@@ -1262,3 +1264,5 @@ out:
return ret ? 1 : 0;
}
+
+#endif /* BCACHEFS_FUSE */