Description: #1097988: texlive-bin: ftbfs with GCC-15
Forwarded: https://github.com/gregorio-project/gregorio/issues/1650
Author: Hilmar Preuße <hille42@debian.org>
Applied-Upstream: I confirmed TeX Live svn r74888 and I agree with the commit.
Last-Update: 2025-04-11

--- texlive-bin-2025.20250325.74682.orig/texk/gregorio/gregorio-src/src/bool.h
+++ texlive-bin-2025.20250325.74682/texk/gregorio/gregorio-src/src/bool.h
@@ -23,7 +23,9 @@
 #ifndef BOOL_H
 #define BOOL_H
 
-typedef unsigned int bool;
+#include <stdbool.h>
+
+/* typedef unsigned int bool; */
 #define true 1
 #define false 0
 
