From 817907d078d49cc24a338030e6c12af9a964cb73 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 23 May 2007 21:40:19 +0000 Subject: [PATCH] fix compile error in the netfilter ipset module SVN-Revision: 7318 --- .../generic-2.6/patches/013-ipset_compile_fix.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 target/linux/generic-2.6/patches/013-ipset_compile_fix.patch diff --git a/target/linux/generic-2.6/patches/013-ipset_compile_fix.patch b/target/linux/generic-2.6/patches/013-ipset_compile_fix.patch new file mode 100644 index 0000000000..80cbe0c718 --- /dev/null +++ b/target/linux/generic-2.6/patches/013-ipset_compile_fix.patch @@ -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 + + /* Memory allocation and deallocation */ + static size_t max_malloc_size = 0; -- 2.30.2