* Fixed a compilation issue in OSSO1.1
[modest] / 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 <hildon-widgets/hildon-file-system-info.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,