Missing #include.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 1 Jun 2012 19:43:05 +0000 (19:43 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 1 Jun 2012 19:43:05 +0000 (19:43 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@9551 cda61777-01e9-0310-a592-d414129be87e

sshzlib.c

index 25ccd25..05fa577 100644 (file)
--- a/sshzlib.c
+++ b/sshzlib.c
@@ -38,6 +38,7 @@
  */
 
 #include <stdlib.h>
+#include <string.h>
 #include <assert.h>
 
 #ifdef ZLIB_STANDALONE