summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-04 14:54:54 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-11 17:55:05 -0400
commit4cb131d57ee1978b65eb9947b178d5a30f708976 (patch)
tree880bc67642bb129b5c01a3eb7e9197a133dd6b1f
parent3989f01136aff7fc02ce93131227f38d26e7d8ad (diff)
include telepathy-glib-dbus.h
-rw-r--r--plugins/console.c1
-rw-r--r--plugins/test.c1
-rw-r--r--src/connection.h1
-rw-r--r--src/media-factory.h1
-rw-r--r--src/private-tubes-factory.h1
-rw-r--r--src/write-mgr-file.c1
6 files changed, 6 insertions, 0 deletions
diff --git a/plugins/console.c b/plugins/console.c
index fd49d0bd8..b0da5a62b 100644
--- a/plugins/console.c
+++ b/plugins/console.c
@@ -24,6 +24,7 @@
#include <string.h>
#include <telepathy-glib/telepathy-glib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
#include <wocky/wocky.h>
diff --git a/plugins/test.c b/plugins/test.c
index bb6b71959..e084b00e2 100644
--- a/plugins/test.c
+++ b/plugins/test.c
@@ -5,6 +5,7 @@
#include <stdio.h>
#include <telepathy-glib/telepathy-glib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
#include <wocky/wocky.h>
diff --git a/src/connection.h b/src/connection.h
index c92515542..842f9e58f 100644
--- a/src/connection.h
+++ b/src/connection.h
@@ -26,6 +26,7 @@
#include <dbus/dbus-glib.h>
#include <glib-object.h>
#include <telepathy-glib/telepathy-glib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
#include <wocky/wocky.h>
diff --git a/src/media-factory.h b/src/media-factory.h
index fa4bc93dc..b02b4b575 100644
--- a/src/media-factory.h
+++ b/src/media-factory.h
@@ -23,6 +23,7 @@
#include <glib-object.h>
#include <telepathy-glib/telepathy-glib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
#include "gabble/capabilities-set.h"
diff --git a/src/private-tubes-factory.h b/src/private-tubes-factory.h
index 025f9bc53..5725b7f94 100644
--- a/src/private-tubes-factory.h
+++ b/src/private-tubes-factory.h
@@ -23,6 +23,7 @@
#include <glib-object.h>
#include <telepathy-glib/telepathy-glib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
#include "connection.h"
#include "bytestream-iface.h"
diff --git a/src/write-mgr-file.c b/src/write-mgr-file.c
index cb84289fe..90da9fd2a 100644
--- a/src/write-mgr-file.c
+++ b/src/write-mgr-file.c
@@ -26,6 +26,7 @@
#include <dbus/dbus-glib.h>
#include <dbus/dbus-protocol.h>
#include <telepathy-glib/telepathy-glib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
#include "extensions/extensions.h"
#include "protocol.h"