From: Gunter Knauf Date: Wed, 11 Jul 2007 09:08:03 +0000 (+0000) Subject: added netdb.h for NetWare CLIB since gethostname() is defined there. X-Git-Tag: curl-7_17_0-preldapfix~121 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a1345ae9f36c92a0de6550d03b47b540af706e2;p=curl added netdb.h for NetWare CLIB since gethostname() is defined there. --- diff --git a/lib/http_ntlm.c b/lib/http_ntlm.c index 573f7ad83..863ddf521 100644 --- a/lib/http_ntlm.c +++ b/lib/http_ntlm.c @@ -48,6 +48,10 @@ #include #endif +#if (defined(NETWARE) && !defined(__NOVELL_LIBC__)) +#include +#endif + #include "urldata.h" #include "easyif.h" /* for Curl_convert_... prototypes */ #include "sendf.h"