summaryrefslogtreecommitdiff
path: root/strings/strtoll.c
diff options
context:
space:
mode:
Diffstat (limited to 'strings/strtoll.c')
-rw-r--r--strings/strtoll.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/strings/strtoll.c b/strings/strtoll.c
index 8d0ba21d576..b0b4ef328fc 100644
--- a/strings/strtoll.c
+++ b/strings/strtoll.c
@@ -16,8 +16,9 @@
/* This is defines strtoll() if neaded */
+#define strtoll glob_strtoll /* Fix for True64 */
+
#include <my_global.h>
-#include <m_string.h>
#if !defined(HAVE_STRTOLL) && defined(HAVE_LONG_LONG)
#define USE_LONGLONG
#include "strto.c"