diff options
author | Michael Widenius <monty@askmonty.org> | 2011-01-30 16:43:23 +0200 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2011-01-30 16:43:23 +0200 |
commit | 2e75dda33ebc7468f777f55e403c1d40a00ec0e0 (patch) | |
tree | b9ebb0c9950f8fa52958d1198e6df31c21cee7a3 /strings/xml.c | |
parent | 4e17ec5a298b118e7f86df8d470abf06d3d5dbad (diff) | |
parent | 5bcf3a242c753449dde504a1a27712ad48b3ed8c (diff) | |
download | mariadb-git-2e75dda33ebc7468f777f55e403c1d40a00ec0e0.tar.gz |
Merge with 5.1
Fixed a couple of compilation failures that was not detected before merge.
Diffstat (limited to 'strings/xml.c')
-rw-r--r-- | strings/xml.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/strings/xml.c b/strings/xml.c index 14da69e088a..58b20553ff7 100644 --- a/strings/xml.c +++ b/strings/xml.c @@ -13,8 +13,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "my_global.h" -#include "m_string.h" +#include "strings_def.h" #include "my_xml.h" |