diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-10-15 14:12:40 -0400 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-10-15 14:14:24 -0400 |
commit | 4e5a94b76b0907ea9cbcc34df4571f445ffc97d0 (patch) | |
tree | 7956cb8d11ba9688b3cae36c17a466257b864ee4 /plugins | |
parent | 7acfc878f37189efe0256aec9e2641c07229a934 (diff) |
console/channel-manager: include telepathy-glib-dbus
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/console/channel-manager.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/console/channel-manager.c b/plugins/console/channel-manager.c index 3d826db1c..2f4955225 100644 --- a/plugins/console/channel-manager.c +++ b/plugins/console/channel-manager.c @@ -20,6 +20,8 @@ #include "config.h" #include "console/channel-manager.h" +#include <telepathy-glib/telepathy-glib-dbus.h> + #include "extensions/extensions.h" #include "console/channel.h" |