Skip to content

Commit 98768eb

Browse files
committed
Fix missing unistd.h header for Cygwin build
1 parent 3a89971 commit 98768eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gzguts.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
#endif
6767

6868
#if defined(__CYGWIN__)
69+
#include <unistd.h>
6970
# ifndef HAVE_VSNPRINTF
7071
# define HAVE_VSNPRINTF
7172
# endif

0 commit comments

Comments
 (0)