summaryrefslogtreecommitdiffstats
path: root/rtkit.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-06-16 17:10:52 +0200
committerLennart Poettering <lennart@poettering.net>2009-06-16 17:10:52 +0200
commit32744efb214aa3ffbf15a9918b3bd3b3d41e7264 (patch)
tree074ba8ceb12e6588d81eb53bc773d328f0d73c6d /rtkit.c
parent108e5bbae0c1bb41b88434e74d039b6df50fed0e (diff)
autoconfization
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>