libpayload/curses: Use <stdbool.h>
Change-Id: I35ef7c55fc6bcfb9c51a711a8e238f0970fd4ad4 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/46722 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
committed by
Patrick Georgi
parent
bfa46e25e0
commit
f56d65266c
@ -87,7 +87,7 @@
|
||||
* User-definable tweak to disable the include of <stdbool.h>.
|
||||
*/
|
||||
#ifndef NCURSES_ENABLE_STDBOOL_H
|
||||
#define NCURSES_ENABLE_STDBOOL_H 0 //// XXX
|
||||
#define NCURSES_ENABLE_STDBOOL_H 1
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user