Hax to make it boot
diff --git a/data.cpp b/data.cpp
index 64e812e..1b5c1ff 100644
--- a/data.cpp
+++ b/data.cpp
@@ -46,14 +46,15 @@
     #include "data.h"
     #include "tw_reboot.h"
 	#include "roots.h"
+	#include "gui/pages.h"
+
+	void gui_notifyVarChange(const char *name, const char* value);
 
     int get_battery_level(void);
     void get_device_id(void);
 
     extern char device_id[15];
 
-    void gui_notifyVarChange(const char *name, const char* value);
-
 	int __system(const char *command);
 }