2
0
mirror of https://frontier.innolan.net/github/amigaos-cross-toolchain6.git synced 2024-10-19 10:29:55 +00:00

@B fix cygwin workaraound: do not break other builds

This commit is contained in:
fautomat
2017-06-09 14:39:43 +01:00

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.