summaryrefslogtreecommitdiffstats
path: root/rtkitctl.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 /rtkitctl.c
parent108e5bbae0c1bb41b88434e74d039b6df50fed0e (diff)
autoconfization
Diffstat (limited to 'rtkitctl.c')
-rw-r--r--rtkitctl.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/rtkitctl.c b/rtkitctl.c
index b5ae553..3c57512 100644
--- a/rtkitctl.c
+++ b/rtkitctl.c
@@ -19,6 +19,10 @@
along with RealtimeKit. If not, see <http://www.gnu.org/licenses/>.
***/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <string.h>
#include <getopt.h>
#include <stdio.h>