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, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 1ab15f82f2..b60e2d6768 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -598,7 +598,7 @@ static const struct plugin_api rockbox_api = {
598#endif 598#endif
599 599
600 /* misc */ 600 /* misc */
601#if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__) 601#if !defined(SIMULATOR)
602 &errno, 602 &errno,
603#endif 603#endif
604 srand, 604 srand,