summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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