--------------------- PatchSet 3371 Date: 2001/11/22 23:03:06 Author: kinkie Branch: ntlm Tag: (none) Log: Fixlet for a missing #include. Members: lib/ntlmauth.c:1.1.2.4->1.1.2.5 Index: squid/lib/ntlmauth.c =================================================================== RCS file: /cvsroot/squid-sf//squid/lib/ntlmauth.c,v retrieving revision 1.1.2.4 retrieving revision 1.1.2.5 diff -u -r1.1.2.4 -r1.1.2.5 --- squid/lib/ntlmauth.c 14 Aug 2001 13:31:36 -0000 1.1.2.4 +++ squid/lib/ntlmauth.c 22 Nov 2001 23:03:06 -0000 1.1.2.5 @@ -24,6 +24,10 @@ #include "ntlmauth.h" #include "util.h" /* for base64-related stuff */ +#ifdef HAVE_STRING_H +#include +#endif + #if UNUSED_CODE /* Dumps NTLM flags to standard error for debugging purposes */ void