You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package/iptables/patches/006-iprange-typesh.patch

13 lines
474 B
Diff

Index: iptables-1.3.8/extensions/libipt_iprange.c
===================================================================
--- iptables-1.3.8.orig/extensions/libipt_iprange.c 2007-07-31 15:27:55.000000000 -0500
+++ iptables-1.3.8/extensions/libipt_iprange.c 2007-07-31 15:27:56.000000000 -0500
@@ -6,6 +6,7 @@
#include <getopt.h>
#include <iptables.h>
+#include <linux/types.h>
#include <linux/netfilter_ipv4/ipt_iprange.h>
/* Function which prints out usage message. */