1
0
Fork 0
forked from len0rd/rockbox

fix fuze+ build: we need stdbool.h for bool

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31622 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2012-01-08 00:22:39 +00:00
parent 7c547be19d
commit 162a8b1e40

View file

@ -21,6 +21,7 @@
#ifndef _BUTTON_TARGET_H_
#define _BUTTON_TARGET_H_
#include <stdbool.h>
bool button_debug_screen(void);
/* Main unit's buttons */