summaryrefslogtreecommitdiff
path: root/tests/lib/simple-conn.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-06-05 10:53:02 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-06-05 10:53:02 +0200
commita896e3093dc316b88b179cf8a45323b8c8f324f9 (patch)
treea952e6a8a601091331b7666a0c139a22bd3d3bb1 /tests/lib/simple-conn.c
parentfadc6d5367b3e0761b2fd8e6097630ec47e47f80 (diff)
downloadtelepathy-logger-a896e3093dc316b88b179cf8a45323b8c8f324f9.tar.gz
add missing config.h includes
Diffstat (limited to 'tests/lib/simple-conn.c')
-rw-r--r--tests/lib/simple-conn.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lib/simple-conn.c b/tests/lib/simple-conn.c
index f065825..11cc7f5 100644
--- a/tests/lib/simple-conn.c
+++ b/tests/lib/simple-conn.c
@@ -9,6 +9,8 @@
* notice and this notice are preserved.
*/
+#include "config.h"
+
#include "simple-conn.h"
#include <string.h>