Hi Pablo, Am Montag, den 18.03.2019, 16:42 +0100 schrieb Pablo Neira Ayuso: > Hi Lucas, > > I can blindly take this, since I guess you're fixing a problem there. > > I guess it's a compilation issue with some specific toolchain? Because > I cannot reproduce this here. 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. Regards, Lucas > Thanks! > > On Fri, Mar 08, 2019 at 03:37:09PM +0100, Lucas Stach wrote: > > > > Signed-off-by: Lucas Stach <l.stach@xxxxxxxxxxxxxx> > > --- > > iptables/xtables-legacy-multi.c | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/iptables/xtables-legacy-multi.c b/iptables/xtables-legacy-multi.c > > index e68814dd082e..3b7905ff76b1 100644 > > --- a/iptables/xtables-legacy-multi.c > > +++ b/iptables/xtables-legacy-multi.c > > @@ -1,3 +1,4 @@ > > +#include <config.h> > > #include <stdio.h> > > #include <stdlib.h> > > #include <string.h> > > -- > > 2.20.1 > >