Zlib: Fix compilation (implicit-function-declaration error)
This commit is contained in:
parent
a565e4a7b1
commit
e60a2e9fcc
|
@ -29,6 +29,8 @@
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
# include <stddef.h>
|
# include <stddef.h>
|
||||||
|
#else
|
||||||
|
# include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__TURBOC__) || defined(_MSC_VER) || defined(_WIN32)
|
#if defined(__TURBOC__) || defined(_MSC_VER) || defined(_WIN32)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user