From c37171b528502aad4b55d329ff91a55335b641ad Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Tue, 28 Nov 2017 11:35:13 -0600 Subject: [PATCH] cygwin: fix getconf after commit 032aa2dba5a5bf90c198d930c8d309b5de57cb47 Signed-off-by: Yaakov Selkowitz --- winsup/utils/getconf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/winsup/utils/getconf.c b/winsup/utils/getconf.c index e6b319e21..256bddb1a 100644 --- a/winsup/utils/getconf.c +++ b/winsup/utils/getconf.c @@ -27,6 +27,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#define _XOPEN_SOURCE #include #include #include