fix compile error in the netfilter ipset module
[openwrt-10.03/.git] / target / linux / generic-2.6 / patches / 013-ipset_compile_fix.patch
1 --- linux.old/include/linux/netfilter_ipv4/ip_set_malloc.h      2007-05-23 23:34:49.100660208 +0200
2 +++ linux.dev/include/linux/netfilter_ipv4/ip_set_malloc.h      2007-05-23 23:36:36.528328720 +0200
3 @@ -2,6 +2,7 @@
4  #define _IP_SET_MALLOC_H
5  
6  #ifdef __KERNEL__
7 +#include <asm/pgtable.h>
8  
9  /* Memory allocation and deallocation */
10  static size_t max_malloc_size = 0;