aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIain Lane <iain.lane@canonical.com>2013-05-30 22:30:14 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-05-31 21:05:15 +0800
commit3a02bb02d5093e5cd331b43c1d0b845a835625d3 (patch)
treee981db164b316afe522bf3fd96dc0eaf4d1611e5
parent7608ea1a67e4b1c9cf5d14cb061fd1a66f65f51b (diff)
downloadgsoc2013-empathy-3a02bb02d5093e5cd331b43c1d0b845a835625d3.tar
gsoc2013-empathy-3a02bb02d5093e5cd331b43c1d0b845a835625d3.tar.gz
gsoc2013-empathy-3a02bb02d5093e5cd331b43c1d0b845a835625d3.tar.bz2
gsoc2013-empathy-3a02bb02d5093e5cd331b43c1d0b845a835625d3.tar.lz
gsoc2013-empathy-3a02bb02d5093e5cd331b43c1d0b845a835625d3.tar.xz
gsoc2013-empathy-3a02bb02d5093e5cd331b43c1d0b845a835625d3.tar.zst
gsoc2013-empathy-3a02bb02d5093e5cd331b43c1d0b845a835625d3.zip
empathy-sanity-checker: Include empathy-keyring.h when HAVE_UOA is defined.
We use empathy_keyring_set_account_password_finish and friends from here. https://bugzilla.gnome.org/show_bug.cgi?id=701281
-rw-r--r--src/empathy-sanity-cleaning.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/empathy-sanity-cleaning.c b/src/empathy-sanity-cleaning.c
index 5af3ff45f..827a34eba 100644
--- a/src/empathy-sanity-cleaning.c
+++ b/src/empathy-sanity-cleaning.c
@@ -29,6 +29,7 @@
#include <libaccounts-glib/ag-manager.h>
#include <libaccounts-glib/ag-service.h>
+#include "empathy-keyring.h"
#include "empathy-pkg-kit.h"
#include "empathy-uoa-utils.h"
#endif