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 93779d7a6c..4bed707c11 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -684,7 +684,7 @@ static const struct plugin_api rockbox_api = {
684 684
685 /* misc */ 685 /* misc */
686#if (CONFIG_PLATFORM & PLATFORM_NATIVE) 686#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
687 &errno, 687 __errno,
688#endif 688#endif
689 srand, 689 srand,
690 rand, 690 rand,