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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/kernel/fuse_i.h b/kernel/fuse_i.h
index b3f3a9c..9bb48b0 100644
--- a/kernel/fuse_i.h
+++ b/kernel/fuse_i.h
@@ -7,6 +7,10 @@
*/
#include <linux/fuse.h>
+
+#include <linux/modversions.h>
+#include <linux/module.h>
+#include <linux/kernel.h>
#include <linux/fs.h>
#include <linux/list.h>
#include <linux/spinlock.h>