diff options
author | Robert Hak <adiamas@rockbox.org> | 2003-07-24 12:22:10 +0000 |
---|---|---|
committer | Robert Hak <adiamas@rockbox.org> | 2003-07-24 12:22:10 +0000 |
commit | fe18ca56a5f63ced7221717c0e4f1805516c4846 (patch) | |
tree | 864b8d2cbc9cab5add6d5aaf924bea51dfc4a232 /apps/plugins/viewer.c | |
parent | e4e8220906be8ce057c0b9c6b70a97f191692142 (diff) |
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.c | 3 |
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 @@ #endif #include <ctype.h> + +#ifndef SIMULATOR #include <ctype.c> +#endif #if PLUGIN_API_VERSION < 3 #error Scrollbar function requires PLUGIN_API_VERSION 3 at least |