summarylogtreecommitdiffstats
path: root/ghostscript_gcc15_stdbool.patch
blob: b190a0464d49dd8beb66505e9789c798121f5046 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/base/stdpre.h
+++ b/base/stdpre.h
@@ -345,7 +345,7 @@
 #ifdef __BEOS__
 typedef unsigned char bool;
 #else
-typedef int bool;
+#include <stdbool.h>
 #endif
 #endif
 /*