summaryrefslogtreecommitdiff
path: root/firmware/powermgmt.c
diff options
context:
space:
mode:
authorChristi Scarborough <christi@coraline.org>2005-02-06 10:16:13 +0000
committerChristi Scarborough <christi@coraline.org>2005-02-06 10:16:13 +0000
commit541e9f6581a0bf60d5221e6942e3e5dfed5c0ade (patch)
tree6fad644af69193e244897ba1433f47e3b48f55ed /firmware/powermgmt.c
parente033d7cea7d01db72bca2590fdd3658fd173d12b (diff)
downloadrockbox-541e9f6581a0bf60d5221e6942e3e5dfed5c0ade.tar.gz
rockbox-541e9f6581a0bf60d5221e6942e3e5dfed5c0ade.zip
fix warnings / sim build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5816 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/powermgmt.c')
-rw-r--r--firmware/powermgmt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/powermgmt.c b/firmware/powermgmt.c
index 286d7e41d6..4495f58d74 100644
--- a/firmware/powermgmt.c
+++ b/firmware/powermgmt.c
@@ -35,6 +35,7 @@
35#include "usb.h" 35#include "usb.h"
36#include "powermgmt.h" 36#include "powermgmt.h"
37#include "backlight.h" 37#include "backlight.h"
38#include "lcd.h"
38#ifdef CONFIG_TUNER 39#ifdef CONFIG_TUNER
39#include "fmradio.h" 40#include "fmradio.h"
40#endif 41#endif