diff options
-rw-r--r-- | lib/http_ntlm.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 <unistd.h> #endif +#if (defined(NETWARE) && !defined(__NOVELL_LIBC__)) +#include <netdb.h> +#endif + #include "urldata.h" #include "easyif.h" /* for Curl_convert_... prototypes */ #include "sendf.h" |