Zlib: Fix compilation (implicit-function-declaration error)

This commit is contained in:
Arkshine
2015-03-10 00:06:30 +01:00
parent a565e4a7b1
commit e60a2e9fcc
+2
View File
@@ -29,6 +29,8 @@
#ifdef _WIN32
# include <stddef.h>
#else
# include <unistd.h>
#endif
#if defined(__TURBOC__) || defined(_MSC_VER) || defined(_WIN32)