From 9c1aa81721780a0229c9bcf2a669b41e3375da60 Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Thu, 31 May 2007 11:51:15 +0000 Subject: [PATCH] * Fixed a compilation issue in OSSO1.1 pmo-trunk-r2007 --- src/modest-tny-account.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/modest-tny-account.c b/src/modest-tny-account.c index fdb3881..67c0988 100644 --- a/src/modest-tny-account.c +++ b/src/modest-tny-account.c @@ -40,9 +40,12 @@ #include #include #include -#include #include - +#ifdef MODEST_HILDON_VERSION_0 +#include +#else +#include +#endif TnyFolder * modest_tny_account_get_special_folder (TnyAccount *account, -- 1.7.9.5