summaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-08-29 01:15:58 +0200
committerLennart Poettering <lennart@poettering.net>2008-08-29 01:15:58 +0200
commit63505bee07adf94f33ba4a8bdd4ab8dfdf0e57a1 (patch)
treec741bd4ecdb739a5237bc160de6efa316a4f57a9 /src/tests
parent6723699ef88a570387f88d24b4096da32c39db3f (diff)
add missing config.h inclusion
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/channelmap-test.c4
1 files changed, 4 insertions, 0 deletions
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 <config.h>
+#endif
+
#include <stdio.h>
#include <assert.h>