From fc775c7d3d51b051165ce8ec55dd8a1f925bc1d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net> Date: Mon, 5 Jun 2023 15:10:28 -0400 Subject: [PATCH] More stdbool.h --- src/conio/bitmap_con.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/conio/bitmap_con.h b/src/conio/bitmap_con.h index b4d20121d8..3c410cea8d 100644 --- a/src/conio/bitmap_con.h +++ b/src/conio/bitmap_con.h @@ -1,6 +1,8 @@ #ifndef BITMAP_CON_H #define BITMAP_CON_H +#include <stdbool.h> + #include "vidmodes.h" #include "threadwrap.h" -- GitLab