mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
compilation failures on Windows
This commit is contained in:
committed by
Oleksandr Byelkin
parent
585d88a237
commit
26c1311c39
@@ -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>
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user