From: Eric Andersen Date: Thu, 11 Jul 2002 10:40:43 +0000 (-0000) Subject: Brad Campbell notes that X-Git-Tag: 0_60_4~127 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cafc10323099befd1e45bb1d212a511dcbb92b11;p=oweals%2Fbusybox.git Brad Campbell notes that xconnect.c needs #include to compile if CONFIG_FEATURE_IPV6 is not defined --- diff --git a/libbb/xconnect.c b/libbb/xconnect.c index 0d670f286..d6d144f3f 100644 --- a/libbb/xconnect.c +++ b/libbb/xconnect.c @@ -8,10 +8,11 @@ #include #include +#include #include #include #include -#include +#include #include "libbb.h" int xconnect(const char *host, const char *port)