From 78d29f535ff14a5f213125baf63fa2961be17d79 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Wed, 26 Mar 2008 23:35:34 +0000 Subject: Major cleanup of checkwps - fix all warnings and add a script to build versions for all supported targets (plus some unsupported ones). You now need to run the version of checkwps that matches the device your WPS is for. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16831 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/wps_parser.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/gui/wps_parser.c') diff --git a/apps/gui/wps_parser.c b/apps/gui/wps_parser.c index e8c3c9f629..9bbdb2e5d0 100644 --- a/apps/gui/wps_parser.c +++ b/apps/gui/wps_parser.c @@ -20,6 +20,8 @@ #include #include #include "gwps.h" +#include "file.h" +#include "misc.h" #ifdef __PCTOOL__ #define DEBUGF printf #define FONT_SYSFIXED 0 @@ -39,7 +41,6 @@ #include "atoi.h" #include "gwps.h" #include "settings.h" -#include "misc.h" #include "plugin.h" #ifdef HAVE_LCD_BITMAP -- cgit v1.2.3