summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 6ef8623eea..4ba1396085 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -609,10 +609,12 @@ static const struct plugin_api rockbox_api = {
609 609
610 thread_thaw, 610 thread_thaw,
611 611
612#if (CONFIG_CODEC == SWCODEC) 612#ifdef HAVE_SEMAPHORE_OBJECTS
613 semaphore_init, 613 semaphore_init,
614 semaphore_wait, 614 semaphore_wait,
615 semaphore_release, 615 semaphore_release,
616#endif
617#ifdef HAVE_EVENT_OBJECTS
616 event_init, 618 event_init,
617 event_wait, 619 event_wait,
618 event_set_state, 620 event_set_state,