1
0
Fork 0
forked from len0rd/rockbox

correct build errors

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3880 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Hak 2003-07-24 12:22:10 +00:00
parent e4e8220906
commit fe18ca56a5
2 changed files with 25 additions and 20 deletions

View file

@ -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