diff --git a/tools/checkwps/checkwps.c b/tools/checkwps/checkwps.c index 4736f31e76..dc888021d1 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 */