diff options
author | Dave Chapman <dave@dchapman.com> | 2008-11-16 10:32:44 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2008-11-16 10:32:44 +0000 |
commit | 29d9fadae9bfa1e3c517efa6fb59a07222035468 (patch) | |
tree | bc444f9a9aa262e73046c8df277f4e97af3f8855 /apps | |
parent | 5ba11af85595ff5bfa84bfb45151e59ce02e6309 (diff) |
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')
-rw-r--r-- | apps/gui/wps_parser.c | 1 |
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 @@ #include "file.h" #include "misc.h" #include "plugin.h" +#include "kernel.h" #ifdef __PCTOOL__ #ifdef WPSEDITOR |