diff options
Diffstat (limited to 'apps/plugin.c')
-rw-r--r-- | apps/plugin.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 8434fea07d..670770dfc6 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -46,6 +46,7 @@ #include "pathfuncs.h" #include "load_code.h" #include "file.h" +#include "core_keymap.h" #if CONFIG_CHARGING #include "power.h" @@ -807,6 +808,7 @@ static const struct plugin_api rockbox_api = { battery_current, onplay_show_playlist_menu, queue_remove_from_head, + core_set_keyremap, }; static int plugin_buffer_handle; |