summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches/013-ipset_compile_fix.patch
blob: 80cbe0c718e0c7451b31679fa55abb6bfe9ac1ad (plain)
1
2
3
4
5
6
7
8
9
10
--- linux.old/include/linux/netfilter_ipv4/ip_set_malloc.h	2007-05-23 23:34:49.100660208 +0200
+++ linux.dev/include/linux/netfilter_ipv4/ip_set_malloc.h	2007-05-23 23:36:36.528328720 +0200
@@ -2,6 +2,7 @@
 #define _IP_SET_MALLOC_H
 
 #ifdef __KERNEL__
+#include <asm/pgtable.h>
 
 /* Memory allocation and deallocation */
 static size_t max_malloc_size = 0;