summaryrefslogtreecommitdiff
blob: e200bbed4e7220eaefdbe1ad571b0d2b359cedfe (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

--- include/xtables.h.in
+++ 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>