diff options
author | unknown <kent/mysqldev@mysql.com/production.mysql.com> | 2007-02-21 15:21:14 +0100 |
---|---|---|
committer | unknown <kent/mysqldev@mysql.com/production.mysql.com> | 2007-02-21 15:21:14 +0100 |
commit | 3575856f379c44d9bc565695804be32e4d2dfae1 (patch) | |
tree | e9f1e358f3689f22e7a16eb6c0412cf6d2e3e803 /storage/archive | |
parent | b43e715fa4783b0ec38b5ebd558efec83df7c60a (diff) | |
download | mariadb-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.c | 1 |
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> |