mirror of https://github.com/hak5/openwrt.git
fix ipset compile error on 2.6.27 Signed-off-by: Alexandros C. Couloumbis
SVN-Revision: 13168lede-17.01
parent
6ba224a039
commit
0bd68125b4
|
@ -1162,9 +1162,9 @@
|
|||
+#include <linux/jhash.h>
|
||||
+#include <linux/netfilter_ipv4/ip_tables.h>
|
||||
+#include <linux/errno.h>
|
||||
+#include <linux/semaphore.h>
|
||||
+#include <asm/uaccess.h>
|
||||
+#include <asm/bitops.h>
|
||||
+#include <asm/semaphore.h>
|
||||
+#include <linux/spinlock.h>
|
||||
+#include <linux/vmalloc.h>
|
||||
+
|
||||
|
|
Loading…
Reference in New Issue