diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-02-27 08:43:54 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-02-27 08:43:54 +0100 |
commit | 98c0659150e8d0bc17cfe05361d3c03c64f181c4 (patch) | |
tree | ec4d01364b44205279c5d5dcd62686a9e55fd4b2 /storage/connect | |
parent | f19b5f4e1b9d439d20558be5dc8e4ef1ee8e7e9f (diff) | |
download | mariadb-git-98c0659150e8d0bc17cfe05361d3c03c64f181c4.tar.gz |
compilation error in CONNECT with ODBC
Diffstat (limited to 'storage/connect')
-rw-r--r-- | storage/connect/odbconn.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/connect/odbconn.cpp b/storage/connect/odbconn.cpp index a64dff76314..e50c5d03eb9 100644 --- a/storage/connect/odbconn.cpp +++ b/storage/connect/odbconn.cpp @@ -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> |