summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2010-05-14 12:37:05 +0000
committerThomas Martitz <kugel@rockbox.org>2010-05-14 12:37:05 +0000
commit3cca7e865082c8144a47687e3a2455fba5a927d5 (patch)
treeb5bf8a0d943b9af94be5ef5b47f1046ce84576e3 /apps/plugin.c
parent3d1a85695b64029d93de631d0c6fd81c3311d6e7 (diff)
downloadrockbox-3cca7e865082c8144a47687e3a2455fba5a927d5.zip
rockbox-3cca7e865082c8144a47687e3a2455fba5a927d5.tar.gz
rockbox-3cca7e865082c8144a47687e3a2455fba5a927d5.tar.bz2
rockbox-3cca7e865082c8144a47687e3a2455fba5a927d5.tar.xz
Include host system's header files and don't compile our c library replacements in the sim.
This makes it possible to move the simulator code into the target tree (for Rockbox as an application). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26019 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index a1a68af..1ab15f8 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -434,7 +434,9 @@ static const struct plugin_api rockbox_api = {
memset,
memcpy,
memmove,
+#ifndef SIMULATOR
_ctype_,
+#endif
atoi,
strchr,
strcat,