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 192488ef81..3807ad5d76 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -779,6 +779,7 @@ static const struct plugin_api rockbox_api = {
779 779
780 /* new stuff at the end, sort into place next time 780 /* new stuff at the end, sort into place next time
781 the API gets incompatible */ 781 the API gets incompatible */
782 thread_self,
782}; 783};
783 784
784int plugin_load(const char* plugin, const void* parameter) 785int plugin_load(const char* plugin, const void* parameter)