fix userland netfilter headers installed by iptables
authorNicolas Thill <nico@openwrt.org>
Sun, 18 Jan 2009 06:35:54 +0000 (06:35 +0000)
committerNicolas Thill <nico@openwrt.org>
Sun, 18 Jan 2009 06:35:54 +0000 (06:35 +0000)
SVN-Revision: 14083

package/iptables/patches/1.4.1.1/008-netfilter_include_linux_type_h.patch [new file with mode: 0644]

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 (file)
index 0000000..761f1c4
--- /dev/null
@@ -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 <linux/types.h>
+ /* Responses from hook functions. */
+ #define NF_DROP 0