From: hno <> Date: Fri, 2 Feb 2001 01:59:37 +0000 (+0000) Subject: sleep() needs unistd.h X-Git-Tag: SQUID_3_0_PRE1~1616 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=45b635fa2b328e6dcc6375f34f4c4ab989988cae;p=thirdparty%2Fsquid.git sleep() needs unistd.h --- diff --git a/helpers/ntlm_auth/SMB/ntlm_auth.c b/helpers/ntlm_auth/SMB/ntlm_auth.c index 774c8eacd7..111341ff63 100644 --- a/helpers/ntlm_auth/SMB/ntlm_auth.c +++ b/helpers/ntlm_auth/SMB/ntlm_auth.c @@ -40,6 +40,9 @@ extern int SMB_Get_Last_SMB_Err(); #ifdef HAVE_CTYPE_H #include #endif +#ifdef HAVE_UNISTD_H +#include +#endif #ifdef DEBUG char error_messages_buffer[BUFFER_SIZE];