diff options
author | Christi Scarborough <christi@coraline.org> | 2005-02-06 10:16:13 +0000 |
---|---|---|
committer | Christi Scarborough <christi@coraline.org> | 2005-02-06 10:16:13 +0000 |
commit | 541e9f6581a0bf60d5221e6942e3e5dfed5c0ade (patch) | |
tree | 6fad644af69193e244897ba1433f47e3b48f55ed /firmware | |
parent | e033d7cea7d01db72bca2590fdd3658fd173d12b (diff) |
fix warnings / sim build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5816 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/powermgmt.c | 1 |
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 @@ #include "usb.h" #include "powermgmt.h" #include "backlight.h" +#include "lcd.h" #ifdef CONFIG_TUNER #include "fmradio.h" #endif |