summaryrefslogtreecommitdiff
path: root/firmware/target/arm
diff options
context:
space:
mode:
authorSteve Gotthardt <gotthardt@rockbox.org>2007-01-07 06:56:24 +0000
committerSteve Gotthardt <gotthardt@rockbox.org>2007-01-07 06:56:24 +0000
commita0c3f81d105aae4dcc4968627fed9d8a989b1cc5 (patch)
tree01b6837c90a008413bef99c682d8fb620df4c2a9 /firmware/target/arm
parentc07814fce15b8c48d38bcbf0d55b6800d9a91fd2 (diff)
downloadrockbox-a0c3f81d105aae4dcc4968627fed9d8a989b1cc5.tar.gz
rockbox-a0c3f81d105aae4dcc4968627fed9d8a989b1cc5.zip
Added header include to suppress compiler warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11936 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm')
-rw-r--r--firmware/target/arm/gigabeat/meg-fx/button-meg-fx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/arm/gigabeat/meg-fx/button-meg-fx.c b/firmware/target/arm/gigabeat/meg-fx/button-meg-fx.c
index 4ba6ce23f7..c5d0251323 100644
--- a/firmware/target/arm/gigabeat/meg-fx/button-meg-fx.c
+++ b/firmware/target/arm/gigabeat/meg-fx/button-meg-fx.c
@@ -26,6 +26,7 @@
26#include "backlight.h" 26#include "backlight.h"
27#include "adc.h" 27#include "adc.h"
28#include "system.h" 28#include "system.h"
29#include "backlight-target.h"
29 30
30static bool headphones_detect; 31static bool headphones_detect;
31 32