archive_reader.c:
Added include of m_string.h, to find 64 bit mapping of strtoll to strtol
This commit is contained in:
parent
d0d1eb770c
commit
7095bb6399
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user