fail in .quilt_patched when there were patches that didn't apply
[openwrt-10.03/.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. */