summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 983e4991b9..6c487f97fe 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -146,6 +146,7 @@ static struct plugin_api rockbox_api = {
146 snprintf, 146 snprintf,
147 strcpy, 147 strcpy,
148 strlen, 148 strlen,
149 strrchr,
149 memset, 150 memset,
150 memcpy, 151 memcpy,
151#ifndef SIMULATOR 152#ifndef SIMULATOR