summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-04 14:54:54 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-11 17:55:05 -0400
commit4cb131d57ee1978b65eb9947b178d5a30f708976 (patch)
tree880bc67642bb129b5c01a3eb7e9197a133dd6b1f /plugins
parent3989f01136aff7fc02ce93131227f38d26e7d8ad (diff)
include telepathy-glib-dbus.h
Diffstat (limited to 'plugins')
-rw-r--r--plugins/console.c1
-rw-r--r--plugins/test.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/plugins/console.c b/plugins/console.c
index fd49d0bd8..b0da5a62b 100644
--- a/plugins/console.c
+++ b/plugins/console.c
@@ -24,6 +24,7 @@
#include <string.h>
#include <telepathy-glib/telepathy-glib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
#include <wocky/wocky.h>
diff --git a/plugins/test.c b/plugins/test.c
index bb6b71959..e084b00e2 100644
--- a/plugins/test.c
+++ b/plugins/test.c
@@ -5,6 +5,7 @@
#include <stdio.h>
#include <telepathy-glib/telepathy-glib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
#include <wocky/wocky.h>