POSIX: Fix undeclared function warning on Cygwin

This commit is contained in:
Camilla Löwy 2022-03-04 13:37:38 +01:00
parent d78b0a4ead
commit adc202d2c3

View File

@ -26,9 +26,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"