diff -r 7174e23f7617 -r 2b5355061b66 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	Wed Apr 04 23:30:44 2007 +0100
@@ -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;  
+
 };