summaryrefslogtreecommitdiff
path: root/strings
diff options
context:
space:
mode:
authorgreg@mysql.com <>2003-11-12 02:25:01 -0500
committergreg@mysql.com <>2003-11-12 02:25:01 -0500
commit82c0c6c42fa526fe5ebee22a8bea91845c67cfdd (patch)
treef6956fd80f934e2ec687bef379cf4c7c61743991 /strings
parenta1199c7749954679b278591046b86ffeb65be0e1 (diff)
downloadmariadb-git-82c0c6c42fa526fe5ebee22a8bea91845c67cfdd.tar.gz
Resolved build problem: undeclared macros
Diffstat (limited to 'strings')
-rw-r--r--strings/my_strtoll10.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/strings/my_strtoll10.c b/strings/my_strtoll10.c
index cf324fb4468..d741fac6825 100644
--- a/strings/my_strtoll10.c
+++ b/strings/my_strtoll10.c
@@ -15,6 +15,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#include <my_global.h>
+#include <my_sys.h>
#include <m_string.h>
#define ULONGLONG_MAX (~(ulonglong) 0)