POSIX: Fix undeclared function warning on Cygwin

(cherry picked from commit adc202d2c3)
This commit is contained in:
Camilla Löwy 2022-03-04 13:37:38 +01:00
parent 6659a80040
commit 35a65361ff

View File

@ -27,9 +27,7 @@
// It is fine to use C99 in this file because it will not be built with VS
//========================================================================
#if defined(__linux__)
#define _GNU_SOURCE
#endif
#define _GNU_SOURCE
#include "internal.h"