From 2a1345ae9f36c92a0de6550d03b47b540af706e2 Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Wed, 11 Jul 2007 09:08:03 +0000 Subject: added netdb.h for NetWare CLIB since gethostname() is defined there. --- lib/http_ntlm.c | 4 ++++ 1 file changed, 4 insertions(+) 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" -- cgit v1.2.3