diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-10-09 10:30:11 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-10-09 10:30:11 +0200 |
commit | 1b75bed00fa4ea3925f513f4825deb00cb158d5b (patch) | |
tree | 0822ed2a2ca42ba1acb82a6737336bbfe219bebe /storage/connect/tabxml.cpp | |
parent | 689ffe3559a4b7bacd13503ba93659b2f4560bbb (diff) | |
parent | b2d71434ed24d0901155fe68b0b7ee4fdad0e2d4 (diff) | |
download | mariadb-git-1b75bed00fa4ea3925f513f4825deb00cb158d5b.tar.gz |
5.5.40+ merge
Diffstat (limited to 'storage/connect/tabxml.cpp')
-rw-r--r-- | storage/connect/tabxml.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/connect/tabxml.cpp b/storage/connect/tabxml.cpp index 88c029aefd2..76e4b111bda 100644 --- a/storage/connect/tabxml.cpp +++ b/storage/connect/tabxml.cpp @@ -11,6 +11,7 @@ /***********************************************************************/ /* Include required compiler header files. */ /***********************************************************************/ +#include "my_global.h" #include <stdio.h> #include <fcntl.h> #include <errno.h> @@ -28,7 +29,6 @@ #include "osutil.h" #define _O_RDONLY O_RDONLY #endif // !WIN32 -#include "my_global.h" #define INCLUDE_TDBXML #define NODE_TYPE_LIST |