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:
parent
e4e8220906
commit
fe18ca56a5
2 changed files with 25 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue