summaryrefslogtreecommitdiffstats
path: root/data.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'data.cpp')
-rw-r--r--data.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/data.cpp b/data.cpp
index 64e812e11..1b5c1ff99 100644
--- a/data.cpp
+++ b/data.cpp
@@ -46,14 +46,15 @@ extern "C"
#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);
}