From 8506d36ab912429af405552cab0a4d5c52228ec7 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sun, 18 Jan 2009 06:35:54 +0000 Subject: [PATCH] fix userland netfilter headers installed by iptables SVN-Revision: 14083 --- .../1.4.1.1/008-netfilter_include_linux_type_h.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package/iptables/patches/1.4.1.1/008-netfilter_include_linux_type_h.patch 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 0000000000..761f1c4977 --- /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 -- 2.30.2