fix compile error in the netfilter ipset module

SVN-Revision: 7318
This commit is contained in:
Felix Fietkau 2007-05-23 21:40:19 +00:00
parent 2555097cc6
commit 68adfabefb

View file

@ -0,0 +1,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;