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, 2 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index aa24b327ca..6ef8623eea 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -37,6 +37,7 @@
37#include "logf.h" 37#include "logf.h"
38#include "option_select.h" 38#include "option_select.h"
39#include "talk.h" 39#include "talk.h"
40#include "version.h"
40 41
41#if CONFIG_CHARGING 42#if CONFIG_CHARGING
42#include "power.h" 43#include "power.h"
@@ -616,6 +617,7 @@ static const struct plugin_api rockbox_api = {
616 event_wait, 617 event_wait,
617 event_set_state, 618 event_set_state,
618#endif 619#endif
620 appsversion,
619 /* new stuff at the end, sort into place next time 621 /* new stuff at the end, sort into place next time
620 the API gets incompatible */ 622 the API gets incompatible */
621 623