From 63505bee07adf94f33ba4a8bdd4ab8dfdf0e57a1 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 29 Aug 2008 01:15:58 +0200 Subject: add missing config.h inclusion --- src/tests/channelmap-test.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/tests') diff --git a/src/tests/channelmap-test.c b/src/tests/channelmap-test.c index 12b39f10..6cf58fb0 100644 --- a/src/tests/channelmap-test.c +++ b/src/tests/channelmap-test.c @@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include -- cgit