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 8205a8fea..4bbd0dda7 100644 --- a/lib/http_ntlm.c +++ b/lib/http_ntlm.c @@ -44,6 +44,10 @@ #include <stdlib.h> #include <ctype.h> +#ifdef HAVE_UNISTD_H +#include <unistd.h> +#endif + #include "urldata.h" #include "sendf.h" #include "strequal.h" |