Browse Source

Adding unistd.h on supporting platforms for gzip support.

Jay Sistar 10 years ago
parent
commit
3a2db27d9b
1 changed files with 1 additions and 3 deletions
  1. 1 3
      Source/ThirdParty/zlib/gzguts.h

+ 1 - 3
Source/ThirdParty/zlib/gzguts.h

@@ -29,9 +29,7 @@
 
 #ifdef _WIN32
 #  include <stddef.h>
-#endif
-
-#ifdef __APPLE__
+#else
 #  include <unistd.h>
 #endif