]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
sleep() needs unistd.h
authorhno <>
Fri, 2 Feb 2001 01:59:37 +0000 (01:59 +0000)
committerhno <>
Fri, 2 Feb 2001 01:59:37 +0000 (01:59 +0000)
helpers/ntlm_auth/SMB/ntlm_auth.c

index 774c8eacd7facdb13437d658e4d3ae39e67dcc20..111341ff63ac7f721c3a61ce9a54832a2ca424b6 100644 (file)
@@ -40,6 +40,9 @@ extern int SMB_Get_Last_SMB_Err();
 #ifdef HAVE_CTYPE_H
 #include <ctype.h>
 #endif
+#ifdef HAVE_UNISTD_H
+#include <unistd.h>
+#endif
 
 #ifdef DEBUG
 char error_messages_buffer[BUFFER_SIZE];