]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
memcpy and friends requires string.h
authorhno <>
Mon, 15 Oct 2001 15:57:36 +0000 (15:57 +0000)
committerhno <>
Mon, 15 Oct 2001 15:57:36 +0000 (15:57 +0000)
lib/ntlmauth.c

index 3528b4b682cd2f49e1d555008e8e3b0729a033ff..af5ed702f3e01883bdc15065b2618b1598747895 100644 (file)
@@ -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 * * * * * * *
  *
 #include "ntlmauth.h"
 #include "util.h"              /* for base64-related stuff */
 
+#ifdef HAVE_STRING_H
+#include <string.h>
+#endif
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
+
 #if UNUSED_CODE
 /* Dumps NTLM flags to standard error for debugging purposes */
 void