diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2011-12-06 12:07:44 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2011-12-06 12:07:44 +0000 |
| commit | a8e0d6a4160f6cde4c4c273070b893476cda507b (patch) | |
| tree | 3dbe58b362cb47d1b7686a4b1d1cda2bc55723f2 | |
| parent | 565191ad502d1505d388d138b4d0e5df4a5e2500 (diff) | |
| download | rockbox-a8e0d6a4160f6cde4c4c273070b893476cda507b.zip rockbox-a8e0d6a4160f6cde4c4c273070b893476cda507b.tar.gz rockbox-a8e0d6a4160f6cde4c4c273070b893476cda507b.tar.bz2 rockbox-a8e0d6a4160f6cde4c4c273070b893476cda507b.tar.xz | |
Fix warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31158 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/shortcuts.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/shortcuts.c b/apps/shortcuts.c index e9fa71e..10c090f 100644 --- a/apps/shortcuts.c +++ b/apps/shortcuts.c @@ -24,6 +24,8 @@ #include <stdlib.h> #include "config.h" #include "system.h" +#include "powermgmt.h" +#include "power.h" #include "action.h" #include "ata_idle_notify.h" #include "debug_menu.h" @@ -40,6 +42,7 @@ #include "filetypes.h" #include "shortcuts.h" #include "onplay.h" +#include "screens.h" #define MAX_SHORTCUT_NAME 32 |