summaryrefslogtreecommitdiff
path: root/tools/checkwps/checkwps.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/checkwps/checkwps.c')
-rw-r--r--tools/checkwps/checkwps.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/checkwps/checkwps.c b/tools/checkwps/checkwps.c
index d72938b6c1..4736f31e76 100644
--- a/tools/checkwps/checkwps.c
+++ b/tools/checkwps/checkwps.c
@@ -26,9 +26,11 @@
26#include "checkwps.h" 26#include "checkwps.h"
27#include "resize.h" 27#include "resize.h"
28#include "wps.h" 28#include "wps.h"
29#include "skin_engine.h"
29#include "wps_internals.h" 30#include "wps_internals.h"
30#include "settings.h" 31#include "settings.h"
31#include "viewport.h" 32#include "viewport.h"
33#include "file.h"
32 34
33bool debug_wps = true; 35bool debug_wps = true;
34int wps_verbose_level = 0; 36int wps_verbose_level = 0;
@@ -313,7 +315,6 @@ int main(int argc, char **argv)
313 int filearg = 1; 315 int filearg = 1;
314 316
315 struct wps_data wps; 317 struct wps_data wps;
316 struct screen* wps_screen = &screens[SCREEN_MAIN];
317 318
318 /* No arguments -> print the help text 319 /* No arguments -> print the help text
319 * Also print the help text upon -h or --help */ 320 * Also print the help text upon -h or --help */