mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
compilation error in CONNECT with ODBC
This commit is contained in:
parent
f19b5f4e1b
commit
98c0659150
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@
|
|||
/***********************************************************************/
|
||||
/* Include relevant MariaDB header file. */
|
||||
/***********************************************************************/
|
||||
#include "my_global.h"
|
||||
#include <my_global.h>
|
||||
#include <m_string.h>
|
||||
#if defined(WIN32)
|
||||
//nclude <io.h>
|
||||
//nclude <fcntl.h>
|
||||
|
|
Loading…
Reference in a new issue