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 c950c66..c4fd101 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -41,6 +41,7 @@
#include "ata.h"
#include "talk.h"
#include "mp3data.h"
+#include "powermgmt.h"
#ifdef HAVE_LCD_BITMAP
#include "widgets.h"
@@ -166,6 +167,7 @@ static struct plugin_api rockbox_api = {
atoi,
get_time,
plugin_get_buffer,
+ battery_level,
/* new stuff at the end, sort into place next time the API gets incompatible */