From 162a8b1e403251ee5f41ff574d68c6c82357d4ad Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Sun, 8 Jan 2012 00:22:39 +0000 Subject: fix fuze+ build: we need stdbool.h for bool git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31622 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/arm/imx233/sansa-fuzeplus/button-target.h | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/target/arm/imx233/sansa-fuzeplus/button-target.h b/firmware/target/arm/imx233/sansa-fuzeplus/button-target.h index 89088b5d01..b431c94f45 100644 --- a/firmware/target/arm/imx233/sansa-fuzeplus/button-target.h +++ b/firmware/target/arm/imx233/sansa-fuzeplus/button-target.h @@ -21,6 +21,7 @@ #ifndef _BUTTON_TARGET_H_ #define _BUTTON_TARGET_H_ +#include bool button_debug_screen(void); /* Main unit's buttons */ -- cgit v1.2.3