From e7f42dc91317925a4870eedfc1b1c7695070d7e3 Mon Sep 17 00:00:00 2001 From: Terry Janas Date: Thu, 16 Jan 2025 20:22:52 -0600 Subject: [PATCH] mysql.h: include plugin_auth_common.h --- include/mysql.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/mysql.h b/include/mysql.h index a72992ffc69a..28c3a16e2e7d 100644 --- a/include/mysql.h +++ b/include/mysql.h @@ -79,6 +79,7 @@ typedef int my_socket; #include "field_types.h" #include "my_list.h" #include "mysql_com.h" +#include "plugin_auth_common.h" /* Include declarations of plug-in API */ #include "mysql/client_plugin.h" // IWYU pragma: keep