diff options
author | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2013-10-03 04:50:59 +0800 |
---|---|---|
committer | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2013-10-03 22:11:43 +0800 |
commit | 7c2e5a7f9d0ce3ee96f34fd954e6f147abd0c8b0 (patch) | |
tree | ee0155b191f040caec103e421491a8c14def50fb /libempathy/empathy-server-sasl-handler.c | |
parent | c9ed3ccb624594660908c3d39ea8d182079dd000 (diff) | |
download | gsoc2013-empathy-7c2e5a7f9d0ce3ee96f34fd954e6f147abd0c8b0.tar.gz gsoc2013-empathy-7c2e5a7f9d0ce3ee96f34fd954e6f147abd0c8b0.tar.zst gsoc2013-empathy-7c2e5a7f9d0ce3ee96f34fd954e6f147abd0c8b0.zip |
Add missing telepathy-glib-dbus.h includes
Diffstat (limited to 'libempathy/empathy-server-sasl-handler.c')
-rw-r--r-- | libempathy/empathy-server-sasl-handler.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-server-sasl-handler.c b/libempathy/empathy-server-sasl-handler.c index e98134ebb..c29e0ba92 100644 --- a/libempathy/empathy-server-sasl-handler.c +++ b/libempathy/empathy-server-sasl-handler.c @@ -21,6 +21,7 @@ #include "empathy-server-sasl-handler.h" #include <tp-account-widgets/tpaw-keyring.h> +#include <telepathy-glib/telepathy-glib-dbus.h> #include "empathy-sasl-mechanisms.h" #include "extensions.h" |