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:
parent
7c547be19d
commit
162a8b1e40
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
#ifndef _BUTTON_TARGET_H_
|
||||
#define _BUTTON_TARGET_H_
|
||||
|
||||
#include <stdbool.h>
|
||||
bool button_debug_screen(void);
|
||||
|
||||
/* Main unit's buttons */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue