1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

Missing #include.

[originally from svn r9551]
This commit is contained in:
Simon Tatham 2012-06-01 19:43:05 +00:00
parent 615455a913
commit 799f7f563d

View File

@ -38,6 +38,7 @@
*/
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#ifdef ZLIB_STANDALONE