diff options
| author | Dave Chapman <dave@dchapman.com> | 2008-03-26 23:35:34 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2008-03-26 23:35:34 +0000 |
| commit | 78d29f535ff14a5f213125baf63fa2961be17d79 (patch) | |
| tree | a3d0992ab3a87ab073ed5aafa0529821dcedd31e /apps/gui/wps_parser.c | |
| parent | d75bb78fdad9f3252df21e469c6f07346e250de4 (diff) | |
| download | rockbox-78d29f535ff14a5f213125baf63fa2961be17d79.zip rockbox-78d29f535ff14a5f213125baf63fa2961be17d79.tar.gz rockbox-78d29f535ff14a5f213125baf63fa2961be17d79.tar.bz2 rockbox-78d29f535ff14a5f213125baf63fa2961be17d79.tar.xz | |
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
Diffstat (limited to 'apps/gui/wps_parser.c')
| -rw-r--r-- | apps/gui/wps_parser.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/gui/wps_parser.c b/apps/gui/wps_parser.c index e8c3c9f..9bbdb2e 100644 --- a/apps/gui/wps_parser.c +++ b/apps/gui/wps_parser.c @@ -20,6 +20,8 @@ #include <stdio.h> #include <string.h> #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 |