mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-12 02:10:15 +02:00
[kernel] fix ipset compile error on 2.6.27
Signed-off-by: Alexandros C. Couloumbis git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13168 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f1cfd9052b
commit
89e81be433
@ -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
Block a user