Buildfix for Apple
authortwinaphex <libretro@gmail.com>
Wed, 28 Apr 2021 11:25:11 +0000 (13:25 +0200)
committertwinaphex <libretro@gmail.com>
Wed, 28 Apr 2021 11:25:11 +0000 (13:25 +0200)
deps/libchdr/deps/zlib-1.2.11/gzguts.h

index 990a4d2..45be573 100644 (file)
@@ -3,6 +3,10 @@
  * For conditions of distribution and use, see copyright notice in zlib.h
  */
 
+#ifndef _WIN32
+#  include <unistd.h>
+#endif
+
 #ifdef _LARGEFILE64_SOURCE
 #  ifndef _LARGEFILE_SOURCE
 #    define _LARGEFILE_SOURCE 1