--- a/src/mysql_drv.c 2020-07-07 10:40:33.871152228 -0400 +++ b/src/mysql_drv.c 2020-07-07 10:43:16.187818893 -0400 @@ -35,6 +35,10 @@ #include #include #include +#if defined(LIBMYSQL_VERSION_ID) && (LIBMYSQL_VERSION_ID >= 80000) + typedef bool my_bool; +#endif + #include /* Work around broken limits.h on debian etch (and possibly others?) */