summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index ab5ccf5..47f2465 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -682,8 +682,9 @@ static const struct plugin_api rockbox_api = {
viewportmanager_theme_undo,
#endif
#if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__)
- &errno
+ &errno,
#endif
+ strlcat,
};
int plugin_load(const char* plugin, const void* parameter)