From: Daniel Stenberg Date: Tue, 9 Mar 2004 08:38:25 +0000 (+0000) Subject: Andrés García-fix to make it build with mingw X-Git-Tag: cares-1_1_0~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8cbfe5d24aaf35054d9096fae57d5490dcfcef40;p=curl Andrés García-fix to make it build with mingw --- diff --git a/tests/server/sws.c b/tests/server/sws.c index 449efa96f..0d86c87e6 100644 --- a/tests/server/sws.c +++ b/tests/server/sws.c @@ -48,7 +48,9 @@ /* This define is "almost" required to build on HPUX 11 */ #include #endif +#ifdef HAVE_NETDB_H #include +#endif #include "getpart.h"