summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2008-03-25 21:09:58 +0000
committerDave Chapman <dave@dchapman.com>2008-03-25 21:09:58 +0000
commit7418c357c35c1813d0ed0cec427eb98768b4c68c (patch)
tree390081d494196ee1da0281ead5b6235c21f4f69c /firmware
parentffa304865ed0eb0175a741d171f89cc069f71e5d (diff)
Make checkwps compile again. Still more work is needed though, as checkwps is compiled to emulate an iPod Color - this needs changing to allow the LCD (and remote LCD) dimensions/depth to be specified on the commandline - the new %V tags are validated against the LCD characteristics
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16807 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/font.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/font.h b/firmware/export/font.h
index 15d54dad04..d8c98bc4e9 100644
--- a/firmware/export/font.h
+++ b/firmware/export/font.h
@@ -27,7 +27,9 @@
#include "config.h"
#if defined(HAVE_LCD_BITMAP) || defined(SIMULATOR)
+#ifndef __PCTOOL__
#include "sysfont.h"
+#endif
/* max static loadable font buffer size */
#ifndef MAX_FONT_SIZE