summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
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 a1a68af6ba..1ab15f82f2 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -434,7 +434,9 @@ static const struct plugin_api rockbox_api = {
434 memset, 434 memset,
435 memcpy, 435 memcpy,
436 memmove, 436 memmove,
437#ifndef SIMULATOR
437 _ctype_, 438 _ctype_,
439#endif
438 atoi, 440 atoi,
439 strchr, 441 strchr,
440 strcat, 442 strcat,