summaryrefslogtreecommitdiff
path: root/apps/gui/wps_parser.c
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2008-11-16 10:32:44 +0000
committerDave Chapman <dave@dchapman.com>2008-11-16 10:32:44 +0000
commit29d9fadae9bfa1e3c517efa6fb59a07222035468 (patch)
treebc444f9a9aa262e73046c8df277f4e97af3f8855 /apps/gui/wps_parser.c
parent5ba11af85595ff5bfa84bfb45151e59ce02e6309 (diff)
downloadrockbox-29d9fadae9bfa1e3c517efa6fb59a07222035468.tar.gz
rockbox-29d9fadae9bfa1e3c517efa6fb59a07222035468.zip
Add the required #include for the HZ define - fixes compilation of checkwps broken by r18773
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19113 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/wps_parser.c')
-rw-r--r--apps/gui/wps_parser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gui/wps_parser.c b/apps/gui/wps_parser.c
index 1b845c9f8a..d43680cae7 100644
--- a/apps/gui/wps_parser.c
+++ b/apps/gui/wps_parser.c
@@ -26,6 +26,7 @@
26#include "file.h" 26#include "file.h"
27#include "misc.h" 27#include "misc.h"
28#include "plugin.h" 28#include "plugin.h"
29#include "kernel.h"
29 30
30#ifdef __PCTOOL__ 31#ifdef __PCTOOL__
31#ifdef WPSEDITOR 32#ifdef WPSEDITOR