summaryrefslogtreecommitdiff
path: root/storage/archive
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
commit3575856f379c44d9bc565695804be32e4d2dfae1 (patch)
treee9f1e358f3689f22e7a16eb6c0412cf6d2e3e803 /storage/archive
parentb43e715fa4783b0ec38b5ebd558efec83df7c60a (diff)
downloadmariadb-git-3575856f379c44d9bc565695804be32e4d2dfae1.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
Diffstat (limited to 'storage/archive')
-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>