dep/zlib: Mac build fix again

This commit is contained in:
Connor McLaughlin 2020-10-30 00:57:15 +10:00
parent c01d6ba44b
commit 18f8c7bc61

View file

@ -37,6 +37,8 @@
#if defined(__TURBOC__) || defined(_MSC_VER) || defined(_WIN32)
# include <io.h>
#else
# include <unistd.h>
#endif
#if defined(_WIN32) || defined(__CYGWIN__)