telepathy-mission-control: add more telepathy-glib-dbus. h includes where appropriate
Simon McVittie
smcv at kemper.freedesktop.org
Mon Oct 8 07:27:44 PDT 2012
Module: telepathy-mission-control
Branch: master
Commit: 33328b2b5cf1f8ea54dcadc639e90776544cad2c
URL: http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=33328b2b5cf1f8ea54dcadc639e90776544cad2c
Author: Jonny Lamb <jonny.lamb at collabora.co.uk>
Date: Wed Aug 29 18:33:21 2012 +0100
add more telepathy-glib-dbus.h includes where appropriate
Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=55391
Reviewed-by: Simon McVittie <simon.mcvittie at collabora.co.uk>
---
src/mcd-client-priv.h | 1 +
src/mcd-storage.c | 1 +
util/mc-tool.c | 1 +
util/wait-for-name.c | 1 +
4 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/mcd-client-priv.h b/src/mcd-client-priv.h
index 00b5f32..59275d0 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 6ae93c8..24cb710 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 3e5445f..98f56d1 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 4679a18..b980b8b 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;
More information about the telepathy-commits
mailing list