summaryrefslogtreecommitdiffstats
path: root/src/include/curses.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/curses.h')
-rw-r--r--src/include/curses.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/curses.h b/src/include/curses.h
index 1f6fe029b..cf8cc53c9 100644
--- a/src/include/curses.h
+++ b/src/include/curses.h
@@ -2,6 +2,7 @@
#define CURSES_H
#include <stdint.h>
+#include <stdbool.h>
#include <stdarg.h>
#include <ipxe/console.h>
@@ -25,7 +26,6 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#undef TRUE
#define TRUE (1)
-typedef int bool;
typedef uint32_t chtype;
typedef uint32_t attr_t;