summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/checkwps/checkwps.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/checkwps/checkwps.c b/tools/checkwps/checkwps.c
index 4736f31..dc88802 100644
--- a/tools/checkwps/checkwps.c
+++ b/tools/checkwps/checkwps.c
@@ -315,6 +315,9 @@ int main(int argc, char **argv)
int filearg = 1;
struct wps_data wps;
+#ifdef HAVE_REMOTE_LCD
+ struct screen* wps_screen = &screens[SCREEN_MAIN];
+#endif
/* No arguments -> print the help text
* Also print the help text upon -h or --help */