From: serassio <> Date: Mon, 24 Apr 2006 00:21:56 +0000 (+0000) Subject: Removed double inclusion of unistd.h X-Git-Tag: SQUID_3_0_PRE4~237 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b478ff38a7978de79fd572f20b7b84ded02cb3cb;p=thirdparty%2Fsquid.git Removed double inclusion of unistd.h --- diff --git a/helpers/ntlm_auth/SMB/ntlm_auth.c b/helpers/ntlm_auth/SMB/ntlm_auth.c index 0ed3258907..99840fc042 100644 --- a/helpers/ntlm_auth/SMB/ntlm_auth.c +++ b/helpers/ntlm_auth/SMB/ntlm_auth.c @@ -24,7 +24,6 @@ #include "smbval/rfcnb-error.h" #include -#include /* these are part of rfcnb-priv.h and smblib-priv.h */ extern int SMB_Get_Error_Msg(int msg, char *msgbuf, int len);