diff --git a/include/proxysql.h b/include/proxysql.h index 71ea156ae..886e59eb2 100644 --- a/include/proxysql.h +++ b/include/proxysql.h @@ -51,7 +51,6 @@ #if !defined(__FreeBSD__) && !defined(__APPLE__) #define HAVE_BOOL -#include "ma_global.h" //#include "my_pthread.h" #endif #include "mysql.h" diff --git a/lib/MySQL_Protocol.cpp b/lib/MySQL_Protocol.cpp index b66d602cb..7c5880899 100644 --- a/lib/MySQL_Protocol.cpp +++ b/lib/MySQL_Protocol.cpp @@ -10,6 +10,8 @@ #include +#include + extern MySQL_Authentication *GloMyAuth; extern MySQL_LDAP_Authentication *GloMyLdapAuth; extern MySQL_Threads_Handler *GloMTH;