diff options
Diffstat (limited to 'apps/plugin.c')
-rw-r--r-- | apps/plugin.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 04a4d1c735..a908016703 100644 --- a/apps/plugin.c +++ b/apps/plugin.c | |||
@@ -468,6 +468,10 @@ static const struct plugin_api rockbox_api = { | |||
468 | the API gets incompatible */ | 468 | the API gets incompatible */ |
469 | 469 | ||
470 | strtok_r, | 470 | strtok_r, |
471 | #ifdef HAVE_WHEEL_POSITION | ||
472 | wheel_status, | ||
473 | wheel_send_events, | ||
474 | #endif | ||
471 | }; | 475 | }; |
472 | 476 | ||
473 | int plugin_load(const char* plugin, void* parameter) | 477 | int plugin_load(const char* plugin, void* parameter) |