From fabc86526200d22e891b74b15613fd33d918d174 Mon Sep 17 00:00:00 2001 From: florian Date: Fri, 17 Jul 2009 12:37:10 +0000 Subject: [package] make patches against iptables apply again after update to 1.4.4 (#5540) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16878 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../patches/1.4.4/008-netfilter_include_linux_type_h.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package/iptables/patches/1.4.4/008-netfilter_include_linux_type_h.patch (limited to 'package/iptables/patches/1.4.4/008-netfilter_include_linux_type_h.patch') diff --git a/package/iptables/patches/1.4.4/008-netfilter_include_linux_type_h.patch b/package/iptables/patches/1.4.4/008-netfilter_include_linux_type_h.patch new file mode 100644 index 000000000..761f1c497 --- /dev/null +++ b/package/iptables/patches/1.4.4/008-netfilter_include_linux_type_h.patch @@ -0,0 +1,10 @@ +--- a/include/linux/netfilter.h ++++ b/include/linux/netfilter.h +@@ -1,6 +1,7 @@ + #ifndef __LINUX_NETFILTER_H + #define __LINUX_NETFILTER_H + ++#include + + /* Responses from hook functions. */ + #define NF_DROP 0 -- cgit v1.2.3