* Fixed a compilation issue in OSSO1.1
authorSergio Villar Senin <svillar@igalia.com>
Thu, 31 May 2007 11:51:15 +0000 (11:51 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Thu, 31 May 2007 11:51:15 +0000 (11:51 +0000)
pmo-trunk-r2007

src/modest-tny-account.c

index fdb3881..67c0988 100644 (file)
 #include <tny-camel-imap-store-account.h>
 #include <tny-camel-pop-store-account.h>
 #include <tny-folder-stats.h>
 #include <tny-camel-imap-store-account.h>
 #include <tny-camel-pop-store-account.h>
 #include <tny-folder-stats.h>
-#include <hildon-widgets/hildon-file-system-info.h>
 #include <string.h>
 #include <string.h>
-
+#ifdef MODEST_HILDON_VERSION_0
+#include <hildon-widgets/hildon-file-system-info.h>
+#else
+#include <hildon/hildon-file-system-info.h>
+#endif
 
 TnyFolder *
 modest_tny_account_get_special_folder (TnyAccount *account,
 
 TnyFolder *
 modest_tny_account_get_special_folder (TnyAccount *account,