Fix warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31158 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
565191ad50
commit
a8e0d6a416
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue