summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <kent/mysqldev@mysql.com/production.mysql.com>2007-02-21 15:21:14 +0100
committerunknown <kent/mysqldev@mysql.com/production.mysql.com>2007-02-21 15:21:14 +0100
commitdfaa256466474c03afb8d0a2ca46cbd6fdf21d83 (patch)
treee9f1e358f3689f22e7a16eb6c0412cf6d2e3e803
parent7c7dbce2169cac7cfb893351e1fffeed7f730ac2 (diff)
downloadmariadb-git-dfaa256466474c03afb8d0a2ca46cbd6fdf21d83.tar.gz
archive_reader.c:
Added include of m_string.h, to find 64 bit mapping of strtoll to strtol storage/archive/archive_reader.c: Added include of m_string.h, to find 64 bit mapping of strtoll to strtol
-rw-r--r--storage/archive/archive_reader.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/archive/archive_reader.c b/storage/archive/archive_reader.c
index 66b90130882..14018217dea 100644
--- a/storage/archive/archive_reader.c
+++ b/storage/archive/archive_reader.c
@@ -4,6 +4,7 @@
#include <stdio.h>
#include <stdarg.h>
#include <m_ctype.h>
+#include <m_string.h>
#include <my_getopt.h>
#include <mysql_version.h>