summaryrefslogtreecommitdiff
path: root/apps/plugins/viewer.c
diff options
context:
space:
mode:
authorRobert Hak <adiamas@rockbox.org>2003-07-24 12:22:10 +0000
committerRobert Hak <adiamas@rockbox.org>2003-07-24 12:22:10 +0000
commitfe18ca56a5f63ced7221717c0e4f1805516c4846 (patch)
tree864b8d2cbc9cab5add6d5aaf924bea51dfc4a232 /apps/plugins/viewer.c
parente4e8220906be8ce057c0b9c6b70a97f191692142 (diff)
downloadrockbox-fe18ca56a5f63ced7221717c0e4f1805516c4846.tar.gz
rockbox-fe18ca56a5f63ced7221717c0e4f1805516c4846.zip
correct build errors
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3880 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/viewer.c')
-rw-r--r--apps/plugins/viewer.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c
index 61469fb7ff..6f2c5840fd 100644
--- a/apps/plugins/viewer.c
+++ b/apps/plugins/viewer.c
@@ -24,7 +24,10 @@
24#endif 24#endif
25 25
26#include <ctype.h> 26#include <ctype.h>
27
28#ifndef SIMULATOR
27#include <ctype.c> 29#include <ctype.c>
30#endif
28 31
29#if PLUGIN_API_VERSION < 3 32#if PLUGIN_API_VERSION < 3
30#error Scrollbar function requires PLUGIN_API_VERSION 3 at least 33#error Scrollbar function requires PLUGIN_API_VERSION 3 at least