4b4e16f281bda1ff03b7060fcdd4e83df998ecf0
[openwrt/openwrt.git] / package / iptables / patches / 006-iprange-typesh.patch
1 Index: iptables-1.3.7/extensions/libipt_iprange.c
2 ===================================================================
3 --- iptables-1.3.7.orig/extensions/libipt_iprange.c 2007-06-04 13:21:43.288395832 +0200
4 +++ iptables-1.3.7/extensions/libipt_iprange.c 2007-06-04 13:21:44.343235472 +0200
5 @@ -6,6 +6,7 @@
6 #include <getopt.h>
7
8 #include <iptables.h>
9 +#include <linux/types.h>
10 #include <linux/netfilter_ipv4/ipt_iprange.h>
11
12 /* Function which prints out usage message. */