summaryrefslogtreecommitdiffstats
path: root/rtkit.c
diff options
context:
space:
mode:
Diffstat (limited to 'rtkit.c')
-rw-r--r--rtkit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/rtkit.c b/rtkit.c
index 353968a..aecc4e3 100644
--- a/rtkit.c
+++ b/rtkit.c
@@ -30,7 +30,9 @@
#ifdef __linux__
+#ifndef _GNU_SOURCE
#define _GNU_SOURCE
+#endif
#include <string.h>
#include <unistd.h>