diff options
Diffstat (limited to 'apps/plugin.c')
-rw-r--r-- | apps/plugin.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index ab5ccf5a1b..47f2465631 100644 --- a/apps/plugin.c +++ b/apps/plugin.c | |||
@@ -682,8 +682,9 @@ static const struct plugin_api rockbox_api = { | |||
682 | viewportmanager_theme_undo, | 682 | viewportmanager_theme_undo, |
683 | #endif | 683 | #endif |
684 | #if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__) | 684 | #if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__) |
685 | &errno | 685 | &errno, |
686 | #endif | 686 | #endif |
687 | strlcat, | ||
687 | }; | 688 | }; |
688 | 689 | ||
689 | int plugin_load(const char* plugin, const void* parameter) | 690 | int plugin_load(const char* plugin, const void* parameter) |