View | Details | Raw Unified | Return to bug 270666
Collapse All | Expand All

(-)b/devel/apr1/files/patch-PR59332 (-1 / +1 lines)
Lines 8-14 Also reported in PR230538 devel/apr1 fails with mysql80-client Link Here
8
 #include <errmsg.h>
8
 #include <errmsg.h>
9
 #endif
9
 #endif
10
 
10
 
11
+#if !defined(HAVE_TYPE_MY_BOOL) && !defined(LIBMARIADB)
11
+#if !defined(MARIADB_BASE_VERSION) && (MYSQL_VERSION_ID > 80000)
12
+#include <stdbool.h>
12
+#include <stdbool.h>
13
+typedef bool my_bool;
13
+typedef bool my_bool;
14
+#endif
14
+#endif

Return to bug 270666