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
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1335 USA */
#include <mysql/plugin_data_type.h>
#include <my_global.h>
#include <mysql/plugin_data_type.h>
#include <sql_type.h>
#include <field.h>
#include <mysqld_error.h>

View file

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