--- src/include/gnunet_mysql_lib.h.orig 2019-03-01 11:32:12.685773840 +0000 +++ src/include/gnunet_mysql_lib.h 2019-03-01 11:32:51.367779737 +0000 @@ -27,6 +27,9 @@ #include "gnunet_util_lib.h" #include +#if !defined(my_bool) && defined(bool) +#define my_bool bool +#endif #ifdef __cplusplus extern "C"