diff -r 7174e23f7617 -r 0a8fe4427e41 maemo-ui/src/mmyth_epg_grid_widget.h
--- a/maemo-ui/src/mmyth_epg_grid_widget.h	Thu Sep 28 16:02:14 2006 +0100
+++ b/maemo-ui/src/mmyth_epg_grid_widget.h	Fri Jan 26 19:08:17 2007 +0000
@@ -6,8 +6,8 @@
 #include <gtk/gtkvbox.h>
 #include <gtk/gtkeventbox.h>
 
-#include "gmyth_common.h"
-
+#include <gmyth/gmyth_common.h>
+#include <gmyth/gmyth_backendinfo.h>
 #define MAX_DISPLAY_CHANS 4
 
 G_BEGIN_DECLS
@@ -45,6 +45,7 @@
 
     /* Selected Schedule Item*/
     GList *selected_grid_item;  
+
 };