diff --git a/src/posix_poll.c b/src/posix_poll.c index 0628cd0c..c86a0137 100644 --- a/src/posix_poll.c +++ b/src/posix_poll.c @@ -26,8 +26,8 @@ // It is fine to use C99 in this file because it will not be built with VS //======================================================================== -#ifndef _GNU_SOURCE -#define _GNU_SOURCE +#if !defined(_GNU_SOURCE) + #define _GNU_SOURCE #endif #include "internal.h"