aboutsummaryrefslogtreecommitdiff
path: root/kernel/fuse_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/fuse_i.h')
-rw-r--r--kernel/fuse_i.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/kernel/fuse_i.h b/kernel/fuse_i.h
index 262e05d..23cc914 100644
--- a/kernel/fuse_i.h
+++ b/kernel/fuse_i.h
@@ -6,14 +6,22 @@
See the file COPYING.
*/
+
#include <linux/fuse.h>
-#include <linux/module.h>
+#include <linux/config.h>
+#ifdef CONFIG_MODVERSIONS
+#define MODVERSIONS
+#include <linux/modversions.h>
+#endif
#include <linux/kernel.h>
+#include <linux/module.h>
+
#include <linux/fs.h>
#include <linux/list.h>
#include <linux/spinlock.h>
+
/**
* A Fuse connection.
*