diff -r 7174e23f7617 -r 96b436a81e53 maemo-ui/src/mmyth_ui.h
--- a/maemo-ui/src/mmyth_ui.h	Thu Sep 28 16:02:14 2006 +0100
+++ b/maemo-ui/src/mmyth_ui.h	Mon Jan 22 21:22:55 2007 +0000
@@ -16,6 +16,9 @@
 #include "mmyth_schedulerui.h"
 #include "mmyth_tvplayer.h"
 
+/* GMyth specific includes */
+#include <gmyth/gmyth_backendinfo.h>
+
 typedef struct _MMythUi
 {
 
@@ -34,6 +37,8 @@
     MMythUiCommon *epg_grid_uicommon;
     MMythUiCommon *record_uicommon;
     MMythUiCommon *schedule_uicommon;
+
+    GMythBackendInfo *backend_info;
     
     GtkWidget *videow;
     int idle_id;