From: nico Date: Sun, 18 Jan 2009 06:35:54 +0000 (+0000) Subject: fix userland netfilter headers installed by iptables X-Git-Url: http://git.rohieb.name/openwrt.git/commitdiff_plain/677794e146a62562bbf459cd49e72db024ff0d40?hp=46b049334427f671e74d631d00cf11161ff12a80 fix userland netfilter headers installed by iptables git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14083 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/iptables/patches/1.4.1.1/008-netfilter_include_linux_type_h.patch b/package/iptables/patches/1.4.1.1/008-netfilter_include_linux_type_h.patch new file mode 100644 index 000000000..761f1c497 --- /dev/null +++ b/package/iptables/patches/1.4.1.1/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