diff --git a/src/Platform.c b/src/Platform.c index 2ecd2d2..02000b2 100644 --- a/src/Platform.c +++ b/src/Platform.c @@ -1,3 +1,4 @@ +#define _GNU_SOURCE #include "Limelight-internal.h" // The maximum amount of time before observing an interrupt diff --git a/src/Platform.h b/src/Platform.h index b95b74c..873d060 100644 --- a/src/Platform.h +++ b/src/Platform.h @@ -25,7 +25,6 @@ #include #include #else -#define _GNU_SOURCE #include #include #include