summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xlators/mount/fuse/src/fuse-helpers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mount/fuse/src/fuse-helpers.c b/xlators/mount/fuse/src/fuse-helpers.c
index d30f2e8a282..315af962d7a 100644
--- a/xlators/mount/fuse/src/fuse-helpers.c
+++ b/xlators/mount/fuse/src/fuse-helpers.c
@@ -17,7 +17,7 @@
#include <sys/types.h>
#include <libutil.h>
#include <sys/user.h>
-#else
+#elif defined(CTL_KERN)
#include <sys/sysctl.h>
#endif