X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=package%2Fiptables%2Fpatches%2F1.4.4%2F008-netfilter_include_linux_type_h.patch;fp=package%2Fiptables%2Fpatches%2F1.4.4%2F008-netfilter_include_linux_type_h.patch;h=761f1c4977257a4625d660dd9d54b8837cca77b5;hp=0000000000000000000000000000000000000000;hb=23ee3b1dc6ff4890dd2ca3ab512dd0a89ba5170d;hpb=5b797979117a5de97e8117b3487164e27d7922bf 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 0000000000..761f1c4977 --- /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