summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-23 10:20:37 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-23 15:47:20 +0200
commit3789c26657a3dbae9633fa69f7376ffff589e795 (patch)
tree65a7aaa26523d927943d76751f578a3025a1e3c4
parent9e3a147bf649bf94829f9a4fdb8924897d3f3730 (diff)
include telepathy-glib-dbus
Needed with 1.0
-rw-r--r--tp-account-widgets/tpaw-account-settings.c2
-rw-r--r--tp-account-widgets/tpaw-avatar-chooser.c1
-rw-r--r--tp-account-widgets/tpaw-keyring.c1
-rw-r--r--tp-account-widgets/tpaw-user-info.c1
4 files changed, 5 insertions, 0 deletions
diff --git a/tp-account-widgets/tpaw-account-settings.c b/tp-account-widgets/tpaw-account-settings.c
index 02abff60..c60c4817 100644
--- a/tp-account-widgets/tpaw-account-settings.c
+++ b/tp-account-widgets/tpaw-account-settings.c
@@ -21,6 +21,8 @@
#include "config.h"
#include "tpaw-account-settings.h"
+#include <telepathy-glib/telepathy-glib-dbus.h>
+
#include "tpaw-connection-managers.h"
#include "tpaw-keyring.h"
#include "tpaw-utils.h"
diff --git a/tp-account-widgets/tpaw-avatar-chooser.c b/tp-account-widgets/tpaw-avatar-chooser.c
index 927ba173..c2f34221 100644
--- a/tp-account-widgets/tpaw-avatar-chooser.c
+++ b/tp-account-widgets/tpaw-avatar-chooser.c
@@ -24,6 +24,7 @@
#include "tpaw-avatar-chooser.h"
#include <glib/gi18n-lib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
#include "tpaw-camera-monitor.h"
#include "tpaw-gsettings.h"
diff --git a/tp-account-widgets/tpaw-keyring.c b/tp-account-widgets/tpaw-keyring.c
index 2885da17..d8f175ce 100644
--- a/tp-account-widgets/tpaw-keyring.c
+++ b/tp-account-widgets/tpaw-keyring.c
@@ -21,6 +21,7 @@
#include <glib/gi18n-lib.h>
#include <libsecret/secret.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
#ifdef HAVE_UOA
#include <libaccounts-glib/ag-account.h>
diff --git a/tp-account-widgets/tpaw-user-info.c b/tp-account-widgets/tpaw-user-info.c
index 60d8b5f1..bfb177ed 100644
--- a/tp-account-widgets/tpaw-user-info.c
+++ b/tp-account-widgets/tpaw-user-info.c
@@ -21,6 +21,7 @@
#include "tpaw-user-info.h"
#include <glib/gi18n-lib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
#include "tpaw-avatar-chooser.h"
#include "tpaw-calendar-button.h"