summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2012-08-29 18:33:21 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-09-27 18:35:48 +0100
commit8f594a73ac6f0cd5782385dcd36a3daba14b5853 (patch)
treea358fe4eab6f155c662ca1c17e8677c8fc14acd3
parentdb312316b85a25458166d40b7c483c0f0f509073 (diff)
add more telepathy-glib-dbus.h includes where appropriate
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=55391
-rw-r--r--src/mcd-client-priv.h1
-rw-r--r--src/mcd-storage.c1
-rw-r--r--util/mc-tool.c1
-rw-r--r--util/wait-for-name.c1
4 files changed, 4 insertions, 0 deletions
diff --git a/src/mcd-client-priv.h b/src/mcd-client-priv.h
index 00b5f32e..59275d0c 100644
--- a/src/mcd-client-priv.h
+++ b/src/mcd-client-priv.h
@@ -30,6 +30,7 @@
#include <glib-object.h>
#include <telepathy-glib/telepathy-glib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
G_BEGIN_DECLS
diff --git a/src/mcd-storage.c b/src/mcd-storage.c
index 0ab1ff2e..8ba44f64 100644
--- a/src/mcd-storage.c
+++ b/src/mcd-storage.c
@@ -31,6 +31,7 @@
#include <string.h>
#include <telepathy-glib/telepathy-glib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
#include "mission-control-plugins/implementation.h"
diff --git a/util/mc-tool.c b/util/mc-tool.c
index 3e5445fd..98f56d1e 100644
--- a/util/mc-tool.c
+++ b/util/mc-tool.c
@@ -32,6 +32,7 @@
#include <glib-object.h>
#include <telepathy-glib/telepathy-glib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
static gchar *app_name;
static GMainLoop *main_loop;
diff --git a/util/wait-for-name.c b/util/wait-for-name.c
index 4679a182..b980b8bc 100644
--- a/util/wait-for-name.c
+++ b/util/wait-for-name.c
@@ -50,6 +50,7 @@
#include <glib.h>
#include <telepathy-glib/telepathy-glib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
static int exit_status = EX_SOFTWARE;
static guint timeout_id = 0;