1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-09 22:24:09 +03:00

compilation failures on Windows

This commit is contained in:
Sergei Golubchik
2021-09-15 08:37:29 +02:00
committed by Oleksandr Byelkin
parent 585d88a237
commit 26c1311c39
2 changed files with 2 additions and 2 deletions

View File

@@ -14,8 +14,8 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1335 USA */ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1335 USA */
#include <mysql/plugin_data_type.h>
#include <my_global.h> #include <my_global.h>
#include <mysql/plugin_data_type.h>
#include <sql_type.h> #include <sql_type.h>
#include <field.h> #include <field.h>
#include <mysqld_error.h> #include <mysqld_error.h>

View File

@@ -98,7 +98,7 @@
#pragma implementation // gcc: Class implementation #pragma implementation // gcc: Class implementation
#endif #endif
#include <my_config.h> #include <my_global.h>
#include <mysql/plugin.h> #include <mysql/plugin.h>
#include "ha_example.h" #include "ha_example.h"
#include "sql_class.h" #include "sql_class.h"