From: hno <> Date: Wed, 31 Oct 2001 04:42:03 +0000 (+0000) Subject: string.h is required for memcpy and friends X-Git-Tag: SQUID_3_0_PRE1~1310 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5b4834ee0495ba1ddcf0f9887a37b0b75d470610;p=thirdparty%2Fsquid.git string.h is required for memcpy and friends --- diff --git a/helpers/basic_auth/MSNT/md4.c b/helpers/basic_auth/MSNT/md4.c index 3943254220..7a62e55544 100644 --- a/helpers/basic_auth/MSNT/md4.c +++ b/helpers/basic_auth/MSNT/md4.c @@ -19,6 +19,7 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include /* NOTE: This code makes no attempt to be fast! * diff --git a/helpers/basic_auth/MSNT/rfcnb-io.c b/helpers/basic_auth/MSNT/rfcnb-io.c index a60de07986..c69a3675c3 100644 --- a/helpers/basic_auth/MSNT/rfcnb-io.c +++ b/helpers/basic_auth/MSNT/rfcnb-io.c @@ -29,6 +29,8 @@ #include "rfcnb-io.h" #include #include +#include + int RFCNB_Timeout = 0; /* Timeout in seconds ... */ diff --git a/helpers/ntlm_auth/SMB/smbval/valid.c b/helpers/ntlm_auth/SMB/smbval/valid.c index cdefa99352..1da8d36bea 100644 --- a/helpers/ntlm_auth/SMB/smbval/valid.c +++ b/helpers/ntlm_auth/SMB/smbval/valid.c @@ -1,6 +1,7 @@ #include #include #include +#include #include "smblib-priv.h" #include "valid.h"