From 3cca7e865082c8144a47687e3a2455fba5a927d5 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Fri, 14 May 2010 12:37:05 +0000 Subject: 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 --- apps/plugin.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/plugin.c') 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, -- cgit v1.1