From a39638b6aca569a280925e3ecf8891b5a851f196 Mon Sep 17 00:00:00 2001 From: Lucas Stach Date: Fri, 8 Mar 2019 15:37:09 +0100 Subject: xtables-legacy: add missing config.h include This fixes a IPv4 only build, where this file would have references to functions that aren't built in this case. I'm not sure how it ends up with ENABLE_IPV6 defined without the config.h include, but since this was clearly missing and fixed my issue, I didn't bother tracking down the chain. Signed-off-by: Lucas Stach Signed-off-by: Pablo Neira Ayuso --- iptables/xtables-legacy-multi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'iptables/xtables-legacy-multi.c') diff --git a/iptables/xtables-legacy-multi.c b/iptables/xtables-legacy-multi.c index e68814dd..3b7905ff 100644 --- a/iptables/xtables-legacy-multi.c +++ b/iptables/xtables-legacy-multi.c @@ -1,3 +1,4 @@ +#include #include #include #include -- cgit v1.2.3