From 6f66c05f0aa6e9952d62f00509716c0a6f891ea8 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Tue, 25 Oct 2011 09:00:56 +0200 Subject: Fix a build break after recent changes --- modules/online-accounts/camel-sasl-xoauth.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'modules/online-accounts/camel-sasl-xoauth.c') diff --git a/modules/online-accounts/camel-sasl-xoauth.c b/modules/online-accounts/camel-sasl-xoauth.c index e2ba57287a..edf5c6eec3 100644 --- a/modules/online-accounts/camel-sasl-xoauth.c +++ b/modules/online-accounts/camel-sasl-xoauth.c @@ -16,9 +16,14 @@ * */ +#ifdef HAVE_CONFIG_H +#include +#endif + +#include + #include "camel-sasl-xoauth.h" -#include #include #define GOA_API_IS_SUBJECT_TO_CHANGE @@ -368,7 +373,7 @@ sasl_xoauth_challenge_sync (CamelSasl *sasl, if (goa_client == NULL) return NULL; - url = camel_url_new (account->store->url, error); + url = camel_url_new (account->source->url, error); if (url == NULL) return NULL; -- cgit