From 8f594a73ac6f0cd5782385dcd36a3daba14b5853 Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Wed, 29 Aug 2012 18:33:21 +0100 Subject: [PATCH 04/21] add more telepathy-glib-dbus.h includes where appropriate Signed-off-by: Jonny Lamb Bug: https://bugs.freedesktop.org/show_bug.cgi?id=55391 --- 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(+) 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 #include +#include G_BEGIN_DECLS diff --git a/src/mcd-storage.c b/src/mcd-storage.c index 0ab1ff2..8ba44f6 100644 --- a/src/mcd-storage.c +++ b/src/mcd-storage.c @@ -31,6 +31,7 @@ #include #include +#include #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 #include +#include 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 #include +#include static int exit_status = EX_SOFTWARE; static guint timeout_id = 0; -- 1.7.10.4