diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2007-01-29 13:58:35 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2007-01-29 13:58:35 +0000 |
| commit | 7bb8b30f8e9a308f17af244bc6ea3a84ff094318 (patch) | |
| tree | 12d2c7c526cbdf8633954d744b89f994e7a97c30 | |
| parent | 2062f63d667e7494d70daed07177f585bcf4e6e2 (diff) | |
| download | rockbox-7bb8b30f8e9a308f17af244bc6ea3a84ff094318.zip rockbox-7bb8b30f8e9a308f17af244bc6ea3a84ff094318.tar.gz rockbox-7bb8b30f8e9a308f17af244bc6ea3a84ff094318.tar.bz2 rockbox-7bb8b30f8e9a308f17af244bc6ea3a84ff094318.tar.xz | |
grr! didnt see the h100 warning.. build table is too wide
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12145 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/settings.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings.c b/apps/settings.c index bb8a2c2..7bafd42 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -33,6 +33,7 @@ #include "talk.h" #include "string.h" #include "rtc.h" +#include "power.h" #include "ata_idle_notify.h" #include "atoi.h" #include "screens.h" |