aboutsummaryrefslogtreecommitdiffstats
path: root/main/iptables/iptables-1.4.2-include-in.patch
blob: 138fa564ca7647259ff3ce38375ecb2691ca918e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
pull in in.h as it sets up some proto defines that iptables relies on

--- a/include/xtables.h.in
+++ b/include/xtables.h.in
@@ -5,6 +5,7 @@
 #include <sys/types.h>
 #include <stdbool.h>
 #include <net/if.h>
+#include <netinet/in.h>
 #include <linux/types.h>
 #include <linux/netfilter/x_tables.h>