diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-10-04 14:54:54 +0200 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-10-11 17:55:05 -0400 |
commit | 4cb131d57ee1978b65eb9947b178d5a30f708976 (patch) | |
tree | 880bc67642bb129b5c01a3eb7e9197a133dd6b1f /plugins | |
parent | 3989f01136aff7fc02ce93131227f38d26e7d8ad (diff) |
include telepathy-glib-dbus.h
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/console.c | 1 | ||||
-rw-r--r-- | plugins/test.c | 1 |
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> |