diff options
author | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2013-10-03 04:50:59 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-10-10 22:05:17 +0800 |
commit | 8e0edf2980df05df3fd39cbe3e417b012b313393 (patch) | |
tree | e902a6c90f2e7bfd0970e8b41d819322bcf045a4 /libempathy-gtk/empathy-contact-blocking-dialog.c | |
parent | 480300ee4c05856a02a561240090fb39efb678bc (diff) | |
download | gsoc2013-empathy-8e0edf2980df05df3fd39cbe3e417b012b313393.tar gsoc2013-empathy-8e0edf2980df05df3fd39cbe3e417b012b313393.tar.gz gsoc2013-empathy-8e0edf2980df05df3fd39cbe3e417b012b313393.tar.bz2 gsoc2013-empathy-8e0edf2980df05df3fd39cbe3e417b012b313393.tar.lz gsoc2013-empathy-8e0edf2980df05df3fd39cbe3e417b012b313393.tar.xz gsoc2013-empathy-8e0edf2980df05df3fd39cbe3e417b012b313393.tar.zst gsoc2013-empathy-8e0edf2980df05df3fd39cbe3e417b012b313393.zip |
Add missing telepathy-glib-dbus.h includes
Diffstat (limited to 'libempathy-gtk/empathy-contact-blocking-dialog.c')
-rw-r--r-- | libempathy-gtk/empathy-contact-blocking-dialog.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-contact-blocking-dialog.c b/libempathy-gtk/empathy-contact-blocking-dialog.c index 046356ae1..cbd514f3a 100644 --- a/libempathy-gtk/empathy-contact-blocking-dialog.c +++ b/libempathy-gtk/empathy-contact-blocking-dialog.c @@ -27,6 +27,7 @@ #include <glib/gi18n-lib.h> #include <tp-account-widgets/tpaw-builder.h> +#include <telepathy-glib/telepathy-glib-dbus.h> #include "empathy-account-chooser.h" #include "empathy-ui-utils.h" |