Author: Andreas Tille <tille@debian.org>
Last-Update: 2025-03-05
Bug-Debian: https://bugs.debian.org/1097483
Description: For whatever reason HAVE_STDBOOL_H is not properly set
             so simply force `#include <stdbool.h>` to prevent failures
             with gcc-15

--- a/setmode.c
+++ b/setmode.c
@@ -23,11 +23,7 @@
 # include <config.h>
 #endif
 
-#if HAVE_STDBOOL_H
 # include <stdbool.h>
-#else
-typedef enum {false = 0, true = 1} bool;
-#endif
 
 #if HAVE_SETMODE_DOS
 # include <io.h>
