summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-02-12 14:34:09 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-02-12 14:34:09 +0000
commitc370e089f2037c8ccbfc41000e6ec654415561d2 (patch)
tree5e02b30a9f4e8253e4cbc7b16380946c3d2e5035
parentfb62831faa2612da0372eb3dcfb0c19901e321ad (diff)
downloadrockbox-c370e089f2037c8ccbfc41000e6ec654415561d2.zip
rockbox-c370e089f2037c8ccbfc41000e6ec654415561d2.tar.gz
rockbox-c370e089f2037c8ccbfc41000e6ec654415561d2.tar.bz2
rockbox-c370e089f2037c8ccbfc41000e6ec654415561d2.tar.xz
fix red builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12286 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/settings_list.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index 1023235..23c69a5 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -30,6 +30,7 @@
#include "debug.h"
#include "mpeg.h"
#include "audio.h"
+#include "power.h"
/* some sets of values which are used more than once, to save memory */
static const char off_on[] = "off,on";