Do not register more than 2 ethernet porst for CFE based devices (i.e : Compex WP54G...
[openwrt/staging/mkresin.git] / package / iptables / patches / 006-iprange-typesh.patch
1 --- iptables-1.3.5/extensions/libipt_iprange.c.orig 2006-12-05 19:28:58.000000000 +0100
2 +++ iptables-1.3.5/extensions/libipt_iprange.c 2006-12-05 19:30:28.000000000 +0100
3 @@ -6,6 +6,7 @@
4 #include <getopt.h>
5
6 #include <iptables.h>
7 +#include <linux/types.h>
8 #include <linux/netfilter_ipv4/ipt_iprange.h>
9
10 /* Function which prints out usage message. */