@B fix cygwin workaraound: do not break other builds

This commit is contained in:
fautomat 2017-06-09 14:37:14 +01:00
parent c3d980713e
commit 973a3c9d55
1 changed files with 3 additions and 1 deletions

View File

@ -2,8 +2,10 @@
--- gawk-3.1.8-patched/posix/gawkmisc.c 2017-06-08 23:54:41.644575800 +0200
***************
*** 1,3 ****
--- 1,4 ----
--- 1,6 ----
+ #ifdef __CYGWIN__
+ #include <io.h>
+ #endif
/* gawkmisc.c --- miscellaneous gawk routines that are OS specific.
Copyright (C) 1986, 1988, 1989, 1991 - 1998, 2001 - 2004 the Free Software Foundation, Inc.