summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-25 12:36:21 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-25 15:49:52 +0200
commite60291e9221d984bcfbb655db15749c94c1d1a0c (patch)
tree4adaa75c0fb4feafdfca0082c8248c8a18f5608e
parent034eee8ea7303ee0f43ad5d9594a37e29f1e24ef (diff)
add telepathy-glib-dbus.h
Not yet needed but will be for 1.0 https://bugs.freedesktop.org/show_bug.cgi?id=69806
-rw-r--r--examples/call-handler.c1
-rw-r--r--telepathy-farstream/call-content.c1
-rw-r--r--telepathy-farstream/call-stream.c1
-rw-r--r--telepathy-farstream/channel.c1
4 files changed, 4 insertions, 0 deletions
diff --git a/examples/call-handler.c b/examples/call-handler.c
index fa18479..e8e1661 100644
--- a/examples/call-handler.c
+++ b/examples/call-handler.c
@@ -21,6 +21,7 @@
#include <gst/gst.h>
#include <telepathy-glib/telepathy-glib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
#include <farstream/fs-element-added-notifier.h>
#include <farstream/fs-utils.h>
#include <telepathy-farstream/telepathy-farstream.h>
diff --git a/telepathy-farstream/call-content.c b/telepathy-farstream/call-content.c
index 6a29e93..751b606 100644
--- a/telepathy-farstream/call-content.c
+++ b/telepathy-farstream/call-content.c
@@ -42,6 +42,7 @@
#include "call-content.h"
#include <telepathy-glib/telepathy-glib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
#include <telepathy-glib/proxy-subclass.h>
#include <farstream/fs-conference.h>
#include <farstream/fs-utils.h>
diff --git a/telepathy-farstream/call-stream.c b/telepathy-farstream/call-stream.c
index 2b3c4e2..9713dec 100644
--- a/telepathy-farstream/call-stream.c
+++ b/telepathy-farstream/call-stream.c
@@ -44,6 +44,7 @@
#include "call-stream.h"
#include <telepathy-glib/telepathy-glib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
#include <telepathy-glib/proxy-subclass.h>
#include <farstream/fs-conference.h>
diff --git a/telepathy-farstream/channel.c b/telepathy-farstream/channel.c
index 3442f70..e854d1a 100644
--- a/telepathy-farstream/channel.c
+++ b/telepathy-farstream/channel.c
@@ -34,6 +34,7 @@
#include <stdlib.h>
#include <telepathy-glib/telepathy-glib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
#include <farstream/fs-conference.h>