Browse Source

It should now build for kernel 2.6.32.

Why <linux/sched.h> is not automatically included in this release is beyond me.

Fix for #8
Godzil 4 years ago
parent
commit
f404dd7061
1 changed files with 1 additions and 0 deletions
  1. 1 0
      kfusd/kfusd.c

+ 1 - 0
kfusd/kfusd.c

@@ -75,6 +75,7 @@
 #include <linux/cdev.h>
 #include <linux/device.h>
 #include <linux/highmem.h>
+#include <linux/sched.h>
 
 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0)
 #include <linux/sched/signal.h>