From bc1b5a1b2f1ac4e0f4ec3c554d81fac1ee73f9c2 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Thu, 29 Apr 2021 17:40:13 -0500 Subject: [PATCH] Fix Linux build --- src/Platform.c | 1 + src/Platform.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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