From: Iain Lane Date: Thu, 30 May 2013 14:30:14 +0000 (+0100) Subject: empathy-sanity-checker: Include empathy-keyring.h when HAVE_UOA is defined. X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=3a02bb02d5093e5cd331b43c1d0b845a835625d3 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 --- diff --git a/src/empathy-sanity-cleaning.c b/src/empathy-sanity-cleaning.c index 5af3ff45..827a34eb 100644 --- a/src/empathy-sanity-cleaning.c +++ b/src/empathy-sanity-cleaning.c @@ -29,6 +29,7 @@ #include #include +#include "empathy-keyring.h" #include "empathy-pkg-kit.h" #include "empathy-uoa-utils.h" #endif