summaryrefslogtreecommitdiff
path: root/core/src/fxcodec/fx_zlib/zlib_v128/gzguts.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/fxcodec/fx_zlib/zlib_v128/gzguts.h')
-rw-r--r--core/src/fxcodec/fx_zlib/zlib_v128/gzguts.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/core/src/fxcodec/fx_zlib/zlib_v128/gzguts.h b/core/src/fxcodec/fx_zlib/zlib_v128/gzguts.h
index e4454aa65d..a877c0eee3 100644
--- a/core/src/fxcodec/fx_zlib/zlib_v128/gzguts.h
+++ b/core/src/fxcodec/fx_zlib/zlib_v128/gzguts.h
@@ -29,10 +29,8 @@
#ifdef _WIN32
# include <stddef.h>
-#endif
-
-#ifdef __APPLE__
-#include <unistd.h>
+#else
+# include <unistd.h>
#endif
#if defined(__TURBOC__) || defined(_MSC_VER) || defined(_WIN32)