From: hno <> Date: Mon, 15 Oct 2001 15:57:36 +0000 (+0000) Subject: memcpy and friends requires string.h X-Git-Tag: SQUID_3_0_PRE1~1363 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cf17b7393860d6cfcd64b54a425f80d6b74c5ab4;p=thirdparty%2Fsquid.git memcpy and friends requires string.h --- diff --git a/lib/ntlmauth.c b/lib/ntlmauth.c index 3528b4b682..af5ed702f3 100644 --- a/lib/ntlmauth.c +++ b/lib/ntlmauth.c @@ -1,5 +1,5 @@ /* - * $Id: ntlmauth.c,v 1.3 2001/08/29 14:57:34 robertc Exp $ + * $Id: ntlmauth.c,v 1.4 2001/10/15 09:57:36 hno Exp $ * * * * * * * * * Legal stuff * * * * * * * * @@ -24,6 +24,13 @@ #include "ntlmauth.h" #include "util.h" /* for base64-related stuff */ +#ifdef HAVE_STRING_H +#include +#endif +#ifdef HAVE_STRINGS_H +#include +#endif + #if UNUSED_CODE /* Dumps NTLM flags to standard error for debugging purposes */ void