aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fuse_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/fuse_i.h')
-rw-r--r--kernel/fuse_i.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/kernel/fuse_i.h b/kernel/fuse_i.h
index b9dd4b8..0597621 100644
--- a/kernel/fuse_i.h
+++ b/kernel/fuse_i.h
@@ -6,8 +6,10 @@
See the file COPYING.
*/
+#ifdef FUSE_MAINLINE
#include <linux/fuse.h>
-#ifndef FUSE_MAINLINE
+#else
+#include "fuse_kernel.h"
#include <linux/version.h>
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0) && LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,0)