aboutsummaryrefslogtreecommitdiffstats
path: root/package/iptables/patches/1.4.3.2/008-netfilter_include_linux_type_h.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2009-04-29 11:31:20 +0000
committerImre Kaloz <kaloz@openwrt.org>2009-04-29 11:31:20 +0000
commit3671591480ec62b126449ae421ac5a307e30145a (patch)
tree3f2c59fcf5b13ae49526f982c6cff5daf4bf306a /package/iptables/patches/1.4.3.2/008-netfilter_include_linux_type_h.patch
parent1d2fc6aa959f390cb6e01c2d3b6720242e77ebdf (diff)
downloadupstream-3671591480ec62b126449ae421ac5a307e30145a.tar.gz
upstream-3671591480ec62b126449ae421ac5a307e30145a.tar.bz2
upstream-3671591480ec62b126449ae421ac5a307e30145a.zip
upgrade iptables to 1.4.3.2
SVN-Revision: 15478
Diffstat (limited to 'package/iptables/patches/1.4.3.2/008-netfilter_include_linux_type_h.patch')
-rw-r--r--package/iptables/patches/1.4.3.2/008-netfilter_include_linux_type_h.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/iptables/patches/1.4.3.2/008-netfilter_include_linux_type_h.patch b/package/iptables/patches/1.4.3.2/008-netfilter_include_linux_type_h.patch
new file mode 100644
index 0000000000..761f1c4977
--- /dev/null
+++ b/package/iptables/patches/1.4.3.2/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 <linux/types.h>
+
+ /* Responses from hook functions. */
+ #define NF_DROP 0