dep/zlib: Mac build fix again

pull/1017/head
Connor McLaughlin 5 years ago
parent c01d6ba44b
commit 18f8c7bc61

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

Loading…
Cancel
Save