summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--telepathy-logger/call-channel.c1
-rw-r--r--telepathy-logger/client-factory-internal.h1
-rw-r--r--telepathy-logger/log-manager.c1
-rw-r--r--telepathy-logger/log-store-sqlite.c1
-rw-r--r--telepathy-logger/log-store-xml.c1
-rw-r--r--telepathy-logger/text-channel.c1
-rw-r--r--tests/dbus/test-tpl-log-iter-pidgin.c1
-rw-r--r--tests/dbus/test-tpl-log-iter-xml.c1
-rw-r--r--tests/dbus/test-tpl-log-walker.c1
9 files changed, 9 insertions, 0 deletions
diff --git a/telepathy-logger/call-channel.c b/telepathy-logger/call-channel.c
index f8e57c0..7dcd6e6 100644
--- a/telepathy-logger/call-channel.c
+++ b/telepathy-logger/call-channel.c
@@ -23,6 +23,7 @@
#include <glib.h>
#include <telepathy-glib/telepathy-glib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
#include "call-event.h"
#include "call-event-internal.h"
diff --git a/telepathy-logger/client-factory-internal.h b/telepathy-logger/client-factory-internal.h
index a9e9337..aa21158 100644
--- a/telepathy-logger/client-factory-internal.h
+++ b/telepathy-logger/client-factory-internal.h
@@ -22,6 +22,7 @@
#define __TPL_CLIENT_FACTORY_H__
#include <telepathy-glib/telepathy-glib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
typedef struct _TplClientFactory TplClientFactory;
typedef struct _TplClientFactoryClass TplClientFactoryClass;
diff --git a/telepathy-logger/log-manager.c b/telepathy-logger/log-manager.c
index 64ffca7..49bc6db 100644
--- a/telepathy-logger/log-manager.c
+++ b/telepathy-logger/log-manager.c
@@ -32,6 +32,7 @@
#include <gio/gio.h>
#include <glib/gstdio.h>
#include <telepathy-glib/telepathy-glib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
#include <telepathy-logger/conf-internal.h>
#include <telepathy-logger/entity-internal.h>
diff --git a/telepathy-logger/log-store-sqlite.c b/telepathy-logger/log-store-sqlite.c
index 6d7b166..bd86340 100644
--- a/telepathy-logger/log-store-sqlite.c
+++ b/telepathy-logger/log-store-sqlite.c
@@ -26,6 +26,7 @@
#include <string.h>
#include <telepathy-glib/telepathy-glib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
#include <sqlite3.h>
#include "event-internal.h"
diff --git a/telepathy-logger/log-store-xml.c b/telepathy-logger/log-store-xml.c
index b869cc4..b5d234c 100644
--- a/telepathy-logger/log-store-xml.c
+++ b/telepathy-logger/log-store-xml.c
@@ -35,6 +35,7 @@
#include <libxml/tree.h>
#include <telepathy-glib/telepathy-glib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
#include "telepathy-logger/call-event.h"
#include "telepathy-logger/call-event-internal.h"
diff --git a/telepathy-logger/text-channel.c b/telepathy-logger/text-channel.c
index edfea1d..7402eb3 100644
--- a/telepathy-logger/text-channel.c
+++ b/telepathy-logger/text-channel.c
@@ -24,6 +24,7 @@
#include <glib.h>
#include <telepathy-glib/telepathy-glib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
#include "action-chain-internal.h"
#include "entity-internal.h"
diff --git a/tests/dbus/test-tpl-log-iter-pidgin.c b/tests/dbus/test-tpl-log-iter-pidgin.c
index 1859057..5bff6d8 100644
--- a/tests/dbus/test-tpl-log-iter-pidgin.c
+++ b/tests/dbus/test-tpl-log-iter-pidgin.c
@@ -10,6 +10,7 @@
#include "telepathy-logger/text-event.h"
#include <telepathy-glib/telepathy-glib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
#include <glib.h>
#define DEBUG_FLAG TPL_DEBUG_TESTSUITE
diff --git a/tests/dbus/test-tpl-log-iter-xml.c b/tests/dbus/test-tpl-log-iter-xml.c
index 95285f1..a8f865d 100644
--- a/tests/dbus/test-tpl-log-iter-xml.c
+++ b/tests/dbus/test-tpl-log-iter-xml.c
@@ -11,6 +11,7 @@
#include "telepathy-logger/text-event.h"
#include <telepathy-glib/telepathy-glib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
#include <glib.h>
#define DEBUG_FLAG TPL_DEBUG_TESTSUITE
diff --git a/tests/dbus/test-tpl-log-walker.c b/tests/dbus/test-tpl-log-walker.c
index d6e5380..d8b5b9f 100644
--- a/tests/dbus/test-tpl-log-walker.c
+++ b/tests/dbus/test-tpl-log-walker.c
@@ -11,6 +11,7 @@
#include "telepathy-logger/text-event.h"
#include <telepathy-glib/telepathy-glib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
#include <glib.h>
#define DEBUG_FLAG TPL_DEBUG_TESTSUITE