From 4d67339415e83c8637f62334118e4dd262034560 Mon Sep 17 00:00:00 2001 From: Julian Gilbey Date: Fri, 26 Dec 2025 06:27:07 +0000 Subject: [PATCH] Handle modern gcc bool type --- gf2pbm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gf2pbm.c b/gf2pbm.c index fa31ea0..1367dc1 100644 --- a/gf2pbm.c +++ b/gf2pbm.c @@ -32,6 +32,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include #include /* getopt. */ #include +#include #include "config.h" @@ -106,7 +107,6 @@ BMUNIT bit_masks[33] = { #endif #endif -typedef enum {false,true}bool; bool debug; struct font {