telepathy-gabble: include telepathy-glib-dbus.h

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Fri Oct 11 14:58:34 PDT 2013


Module: telepathy-gabble
Branch: master
Commit: 4cb131d57ee1978b65eb9947b178d5a30f708976
URL:    http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=4cb131d57ee1978b65eb9947b178d5a30f708976

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Fri Oct  4 14:54:54 2013 +0200

include telepathy-glib-dbus.h

---

 plugins/console.c           |    1 +
 plugins/test.c              |    1 +
 src/connection.h            |    1 +
 src/media-factory.h         |    1 +
 src/private-tubes-factory.h |    1 +
 src/write-mgr-file.c        |    1 +
 6 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/plugins/console.c b/plugins/console.c
index fd49d0b..b0da5a6 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 bb6b719..e084b00 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 c925155..842f9e5 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 fa4bc93..b02b4b5 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 025f9bc..5725b7f 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 cb84289..90da9fd 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"



More information about the telepathy-commits mailing list