Browse Source

Fix for kernel 3.10.

Same as 2.6.32, why <linux/aio.h> is included in all other but not that one? I don't know.

Fix #9
Godzil 4 years ago
parent
commit
0132d11b4b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      kfusd/kfusd.c

+ 1 - 0
kfusd/kfusd.c

@@ -65,6 +65,7 @@
 #include <linux/init.h>
 #include <linux/fs.h>
 #include <linux/mm.h>
+#include <linux/aio.h>
 #include <linux/mman.h>
 #include <linux/slab.h>
 #include <linux/vmalloc.h>