summaryrefslogtreecommitdiff
path: root/firmware/target/arm/philips/hdd6330/button-hdd6330.c
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2014-03-03 19:09:41 +0100
committerThomas Martitz <kugel@rockbox.org>2014-03-03 19:10:48 +0100
commitc245de029dc0d2166bd1da0c0cff3795530187a1 (patch)
tree0716978eba578026a85e1fa00a25841eb14cc494 /firmware/target/arm/philips/hdd6330/button-hdd6330.c
parente5ce28ca094b719078e1783d0a9d5acc08b48d26 (diff)
downloadrockbox-c245de029dc0d2166bd1da0c0cff3795530187a1.tar.gz
rockbox-c245de029dc0d2166bd1da0c0cff3795530187a1.zip
Fix various reds. Some includes needed fixup.
Change-Id: I4327740bae17054131feb917abdd58846c451988
Diffstat (limited to 'firmware/target/arm/philips/hdd6330/button-hdd6330.c')
-rw-r--r--firmware/target/arm/philips/hdd6330/button-hdd6330.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/target/arm/philips/hdd6330/button-hdd6330.c b/firmware/target/arm/philips/hdd6330/button-hdd6330.c
index 75e14e375f..3f662cca4f 100644
--- a/firmware/target/arm/philips/hdd6330/button-hdd6330.c
+++ b/firmware/target/arm/philips/hdd6330/button-hdd6330.c
@@ -19,7 +19,9 @@
19 * 19 *
20 ****************************************************************************/ 20 ****************************************************************************/
21 21
22#include "config.h"
22#include "system.h" 23#include "system.h"
24#include "kernel.h"
23#include "button.h" 25#include "button.h"
24#include "backlight.h" 26#include "backlight.h"
25#include "powermgmt.h" 27#include "powermgmt.h"