From: Dirk-Jan C. Binnema Date: Fri, 27 Apr 2007 16:05:00 +0000 (+0000) Subject: * fix for latest hildon version X-Git-Tag: git_migration_finished~3754 X-Git-Url: http://git.maemo.org/git/?a=commitdiff_plain;h=fcb7d06056e0f4e988f3751a2f76951b22577e2e;p=modest * fix for latest hildon version pmo-trunk-r1705 --- diff --git a/src/widgets/modest-window.h b/src/widgets/modest-window.h index 86b6790..90d6031 100644 --- a/src/widgets/modest-window.h +++ b/src/widgets/modest-window.h @@ -52,7 +52,11 @@ typedef GtkWindowClass ModestWindowParentClass; #endif /* MODEST_PLATFORM_GNOME */ #ifdef MODEST_PLATFORM_MAEMO +#ifdef MODEST_HILDON_VERSION_0 #include +#else +#include +#endif /*MODEST_HILDON_VERSION_0*/ typedef HildonWindow ModestWindowParent; typedef HildonWindowClass ModestWindowParentClass;