From 32744efb214aa3ffbf15a9918b3bd3b3d41e7264 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 16 Jun 2009 17:10:52 +0200 Subject: autoconfization --- rtkitctl.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rtkitctl.c') 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 . ***/ +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include #include -- cgit