diff --git a/include/proxysql_admin.h b/include/proxysql_admin.h index 402e9de63..28b9c7629 100644 --- a/include/proxysql_admin.h +++ b/include/proxysql_admin.h @@ -10,6 +10,7 @@ #include "cpp.h" #include #include +#include #include "ProxySQL_RESTAPI_Server.hpp" diff --git a/test/tap/tap/utils.h b/test/tap/tap/utils.h index cb5c2243a..d6effc346 100644 --- a/test/tap/tap/utils.h +++ b/test/tap/tap/utils.h @@ -74,12 +74,6 @@ using mysql_res_row = std::vector; */ std::vector extract_mysql_rows(MYSQL_RES* my_res); -/** - * @brief Dummy write function to avoid CURL to write received output to stdout. - * @return Returns the size presented. - */ -size_t my_dummy_write(char*, size_t size, size_t nmemb, void*); - /** * @brief Waits until the provided endpoint is ready to be used or the * timeout period expired. For this checks the return code of