]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
string.h is required for memcpy and friends
authorhno <>
Wed, 31 Oct 2001 04:42:03 +0000 (04:42 +0000)
committerhno <>
Wed, 31 Oct 2001 04:42:03 +0000 (04:42 +0000)
helpers/basic_auth/MSNT/md4.c
helpers/basic_auth/MSNT/rfcnb-io.c
helpers/ntlm_auth/SMB/smbval/valid.c

index 39432542208fa038bd54106626abf438f188feea..7a62e55544658e07edf0246739ef4213c1c1c551 100644 (file)
@@ -19,6 +19,7 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
+#include <string.h>
 
 /* NOTE: This code makes no attempt to be fast! 
  * 
index a60de07986d49ec5553fae29dd83277ca408eaa7..c69a3675c31d2582d5c12b2d68c4439ea12c5317 100644 (file)
@@ -29,6 +29,8 @@
 #include "rfcnb-io.h"
 #include <sys/uio.h>
 #include <sys/signal.h>
+#include <string.h>
+
 
 int RFCNB_Timeout = 0;         /* Timeout in seconds ... */
 
index cdefa99352331ddf2f3fe3749b50a20d7af9e3ec..1da8d36bea0ab03ad8b6dbc60dcd902059c13014 100644 (file)
@@ -1,6 +1,7 @@
 #include <sys/types.h>
 #include <unistd.h>
 #include <syslog.h>
+#include <string.h>
 #include "smblib-priv.h"
 #include "valid.h"