From: Lucas Stach Date: Fri, 8 Mar 2019 14:37:09 +0000 (+0100) Subject: xtables-legacy: add missing config.h include X-Git-Tag: v1.8.3~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a39638b6aca569a280925e3ecf8891b5a851f196;p=thirdparty%2Fiptables.git 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 --- 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