From 973a3c9d55fa0735aa8a432392a17f6389595b37 Mon Sep 17 00:00:00 2001 From: fautomat Date: Fri, 9 Jun 2017 14:37:14 +0100 Subject: [PATCH] @B fix cygwin workaraound: do not break other builds --- patches/gawk-3.1.8/posix/gawmisc.diff | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/patches/gawk-3.1.8/posix/gawmisc.diff b/patches/gawk-3.1.8/posix/gawmisc.diff index b6a5f22..a67e5ce 100755 --- a/patches/gawk-3.1.8/posix/gawmisc.diff +++ b/patches/gawk-3.1.8/posix/gawmisc.diff @@ -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 ++ #endif /* gawkmisc.c --- miscellaneous gawk routines that are OS specific. Copyright (C) 1986, 1988, 1989, 1991 - 1998, 2001 - 2004 the Free Software Foundation, Inc.