POSIX: Fix undeclared function warning on Cygwin

master
Camilla Löwy ago%!(EXTRA string=3 years)
parent d78b0a4ead
commit adc202d2c3
  1. 4
      src/posix_poll.c

@ -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"

Loading…
Cancel
Save