diff --git a/lib/http_ntlm.c b/lib/http_ntlm.c index 573f7ad83d..863ddf5212 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"