Add ipv6 up/down using route (#2372)
[openwrt.git] / package / iptables / patches / 006-iprange-typesh.patch
1 Index: iptables-1.3.8/extensions/libipt_iprange.c
2 ===================================================================
3 --- iptables-1.3.8.orig/extensions/libipt_iprange.c     2007-07-31 15:27:55.000000000 -0500
4 +++ iptables-1.3.8/extensions/libipt_iprange.c  2007-07-31 15:27:56.000000000 -0500
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. */