From 9cf3a2b203207748f56ac55d669ff43f998bc00c Mon Sep 17 00:00:00 2001 From: Kaj-Michael Lang Date: Wed, 7 Nov 2007 16:14:08 +0200 Subject: [PATCH] Handle old and new maemo browser interfaces --- src/poi-gui.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/poi-gui.c b/src/poi-gui.c index a1f04a3..65ec0a5 100644 --- a/src/poi-gui.c +++ b/src/poi-gui.c @@ -32,7 +32,11 @@ #ifdef WITH_OSSO #include +#ifdef WITH_HILDON_NEW #include +#else +#include +#endif #include "ui-maemo.h" #endif -- 2.39.5