mirror of
https://github.com/MariaDB/server.git
synced 2025-01-28 17:54:16 +01:00
compilation failures on Windows
This commit is contained in:
parent
585d88a237
commit
26c1311c39
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue