telepathy-logger: add missing config.h includes

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Tue Jun 5 01:57:18 PDT 2012


Module: telepathy-logger
Branch: master
Commit: a896e3093dc316b88b179cf8a45323b8c8f324f9
URL:    http://cgit.freedesktop.org/telepathy/telepathy-logger/commit/?id=a896e3093dc316b88b179cf8a45323b8c8f324f9

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Tue Jun  5 10:53:02 2012 +0200

add missing config.h includes

---

 tests/dbus/test-entity.c               |    2 ++
 tests/dbus/test-tpl-log-store-sqlite.c |    2 ++
 tests/lib/simple-conn.c                |    2 ++
 tests/lib/textchan-null.c              |    2 ++
 tests/lib/util.c                       |    2 ++
 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



More information about the telepathy-commits mailing list