[package] make patches against iptables apply again after update to 1.4.4 (#5540)
[openwrt/svn-archive/archive.git] / package / iptables / patches / 1.4.4 / 008-netfilter_include_linux_type_h.patch
1 --- a/include/linux/netfilter.h
2 +++ b/include/linux/netfilter.h
3 @@ -1,6 +1,7 @@
4 #ifndef __LINUX_NETFILTER_H
5 #define __LINUX_NETFILTER_H
6
7 +#include <linux/types.h>
8
9 /* Responses from hook functions. */
10 #define NF_DROP 0