summarylogtreecommitdiffstats
path: root/linux-4.11.patch
blob: 27053c2bd4283e301ba6f4fb404b4e311ad61f1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/include/osdep_service_linux.h b/include/osdep_service_linux.h
index b45c848..3cf1c30 100644
--- a/include/osdep_service_linux.h
+++ b/include/osdep_service_linux.h
@@ -46,6 +46,9 @@
 #endif
 	#include <linux/sem.h>
 	#include <linux/sched.h>
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,11,0))
+	#include <linux/sched/signal.h>
+#endif
 	#include <linux/etherdevice.h>
 	#include <linux/wireless.h>
 	#include <net/iw_handler.h>