From: Sergio Villar Senin Date: Thu, 31 May 2007 11:51:15 +0000 (+0000) Subject: * Fixed a compilation issue in OSSO1.1 X-Git-Tag: git_migration_finished~3479 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=9c1aa81721780a0229c9bcf2a669b41e3375da60 * Fixed a compilation issue in OSSO1.1 pmo-trunk-r2007 --- 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,