From 29d9fadae9bfa1e3c517efa6fb59a07222035468 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Sun, 16 Nov 2008 10:32:44 +0000 Subject: 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 --- apps/gui/wps_parser.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/gui') 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 -- cgit v1.2.3