diff options
| author | Heikki Hannikainen <hessuh@rockbox.org> | 2002-08-07 11:41:31 +0000 |
|---|---|---|
| committer | Heikki Hannikainen <hessuh@rockbox.org> | 2002-08-07 11:41:31 +0000 |
| commit | aa5d5f0c7e67a685a62ae552962a0668b78ceab4 (patch) | |
| tree | 76e89772dd02f868fa760bbe3684488fdad051de | |
| parent | 38c8a83779ea2903a6067864fcef003245f451e0 (diff) | |
| download | rockbox-aa5d5f0c7e67a685a62ae552962a0668b78ceab4.zip rockbox-aa5d5f0c7e67a685a62ae552962a0668b78ceab4.tar.gz rockbox-aa5d5f0c7e67a685a62ae552962a0668b78ceab4.tar.bz2 rockbox-aa5d5f0c7e67a685a62ae552962a0668b78ceab4.tar.xz | |
fix warning (battery_level() in powermgmt.h now)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1590 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/status.c b/apps/status.c index c4bd958..b8238b1 100644 --- a/apps/status.c +++ b/apps/status.c @@ -28,7 +28,7 @@ #ifdef HAVE_LCD_BITMAP #include "icons.h" #endif -#include "power.h" +#include "powermgmt.h" static enum playmode current_mode; |