File: 1097965_fix_build_with_gcc15.patch

package info (click to toggle)
t4kcommon 0.1.1-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,472 kB
  • sloc: sh: 10,688; ansic: 7,087; makefile: 102; sed: 16
file content (18 lines) | stat: -rw-r--r-- 360 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Index: t4kcommon-0.1.1/src/t4k_common.h
===================================================================
--- t4kcommon-0.1.1.orig/src/t4k_common.h
+++ t4kcommon-0.1.1/src/t4k_common.h
@@ -124,12 +124,7 @@
 // #define _(String) gettext (String)
 
 #ifndef bool
-typedef enum
-{
-   false, 
-   true
-}
-bool;
+#include <stdbool.h>
 #endif
 
 // Debug macros