summaryrefslogtreecommitdiff
path: root/tests
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
parentfadc6d5367b3e0761b2fd8e6097630ec47e47f80 (diff)
downloadtelepathy-logger-a896e3093dc316b88b179cf8a45323b8c8f324f9.tar.gz
add missing config.h includes
Diffstat (limited to 'tests')
-rw-r--r--tests/dbus/test-entity.c2
-rw-r--r--tests/dbus/test-tpl-log-store-sqlite.c2
-rw-r--r--tests/lib/simple-conn.c2
-rw-r--r--tests/lib/textchan-null.c2
-rw-r--r--tests/lib/util.c2
5 files changed, 10 insertions, 0 deletions
diff --git a/tests/dbus/test-entity.c b/tests/dbus/test-entity.c
index 03fccfd..50dd2b6 100644
--- a/tests/dbus/test-entity.c
+++ b/tests/dbus/test-entity.c
@@ -1,3 +1,5 @@
+#include "config.h"
+
#include <glib.h>
#include <glib/gprintf.h>
#include <telepathy-logger/entity.h>
diff --git a/tests/dbus/test-tpl-log-store-sqlite.c b/tests/dbus/test-tpl-log-store-sqlite.c
index 385d618..3d887d9 100644
--- a/tests/dbus/test-tpl-log-store-sqlite.c
+++ b/tests/dbus/test-tpl-log-store-sqlite.c
@@ -1,3 +1,5 @@
+#include "config.h"
+
#include <telepathy-logger/log-store-sqlite-internal.h>
#include <telepathy-logger/debug-internal.h>
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>
diff --git a/tests/lib/textchan-null.c b/tests/lib/textchan-null.c
index c41fceb..01efb4f 100644
--- a/tests/lib/textchan-null.c
+++ b/tests/lib/textchan-null.c
@@ -9,6 +9,8 @@
* notice and this notice are preserved.
*/
+#include "config.h"
+
#include "textchan-null.h"
#include <telepathy-glib/base-connection.h>
diff --git a/tests/lib/util.c b/tests/lib/util.c
index f5f3d66..690365c 100644
--- a/tests/lib/util.c
+++ b/tests/lib/util.c
@@ -8,6 +8,8 @@
* notice and this notice are preserved.
*/
+#include "config.h"
+
#include "util.h"
#ifdef G_OS_UNIX