summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx233/sansa-fuzeplus
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2013-12-08 11:30:13 +0100
committerAmaury Pouly <amaury.pouly@gmail.com>2013-12-08 11:30:13 +0100
commit01d8cc6f39406932fc971faa3e304692a8ecacf9 (patch)
tree2455032999295d83f7ecf400864317ec471b4a4b /firmware/target/arm/imx233/sansa-fuzeplus
parentb163fb9eace7c7f5a5a15f3e61cb72a7246ae9d1 (diff)
downloadrockbox-01d8cc6f39406932fc971faa3e304692a8ecacf9.tar.gz
rockbox-01d8cc6f39406932fc971faa3e304692a8ecacf9.zip
Fix yellow
Change-Id: I60cd312c501f2f0fe0c12489c86c856eeb8e1aa8
Diffstat (limited to 'firmware/target/arm/imx233/sansa-fuzeplus')
-rw-r--r--firmware/target/arm/imx233/sansa-fuzeplus/button-fuzeplus.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/arm/imx233/sansa-fuzeplus/button-fuzeplus.c b/firmware/target/arm/imx233/sansa-fuzeplus/button-fuzeplus.c
index a3a6465aa7..020e59f411 100644
--- a/firmware/target/arm/imx233/sansa-fuzeplus/button-fuzeplus.c
+++ b/firmware/target/arm/imx233/sansa-fuzeplus/button-fuzeplus.c
@@ -29,6 +29,7 @@
29#include "usb.h" 29#include "usb.h"
30#include "power-imx233.h" 30#include "power-imx233.h"
31#include "touchpad.h" 31#include "touchpad.h"
32#include "stdio.h"
32 33
33#ifndef BOOTLOADER 34#ifndef BOOTLOADER
34 35