summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2011-12-06 12:07:44 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2011-12-06 12:07:44 +0000
commita8e0d6a4160f6cde4c4c273070b893476cda507b (patch)
tree3dbe58b362cb47d1b7686a4b1d1cda2bc55723f2 /apps
parent565191ad502d1505d388d138b4d0e5df4a5e2500 (diff)
downloadrockbox-a8e0d6a4160f6cde4c4c273070b893476cda507b.tar.gz
rockbox-a8e0d6a4160f6cde4c4c273070b893476cda507b.zip
Fix warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31158 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/shortcuts.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/shortcuts.c b/apps/shortcuts.c
index e9fa71eeef..10c090f3eb 100644
--- a/apps/shortcuts.c
+++ b/apps/shortcuts.c
@@ -24,6 +24,8 @@
24#include <stdlib.h> 24#include <stdlib.h>
25#include "config.h" 25#include "config.h"
26#include "system.h" 26#include "system.h"
27#include "powermgmt.h"
28#include "power.h"
27#include "action.h" 29#include "action.h"
28#include "ata_idle_notify.h" 30#include "ata_idle_notify.h"
29#include "debug_menu.h" 31#include "debug_menu.h"
@@ -40,6 +42,7 @@
40#include "filetypes.h" 42#include "filetypes.h"
41#include "shortcuts.h" 43#include "shortcuts.h"
42#include "onplay.h" 44#include "onplay.h"
45#include "screens.h"
43 46
44 47
45#define MAX_SHORTCUT_NAME 32 48#define MAX_SHORTCUT_NAME 32