From b3e9218b23557f7ca787dc0b08c150ee7a0a880e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Fri, 7 Jul 2023 09:46:04 +0200 Subject: Fix Cygwin build warnings --- xC.c | 1 + 1 file changed, 1 insertion(+) (limited to 'xC.c') diff --git a/xC.c b/xC.c index 20845a1..ea033e0 100644 --- a/xC.c +++ b/xC.c @@ -49,6 +49,7 @@ enum #define PROGRAM_NAME "xC" // fmemopen +#define _POSIX_C_SOURCE 200809L #define _XOPEN_SOURCE 700 #include "common.c" -- cgit v1.2.3