summaryrefslogtreecommitdiff
path: root/ext/mysql/libmysql/strtoll.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysql/libmysql/strtoll.c')
-rw-r--r--ext/mysql/libmysql/strtoll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysql/libmysql/strtoll.c b/ext/mysql/libmysql/strtoll.c
index 4dde6e4e87..6acb8ff84d 100644
--- a/ext/mysql/libmysql/strtoll.c
+++ b/ext/mysql/libmysql/strtoll.c
@@ -6,6 +6,6 @@ This file is public domain and comes with NO WARRANTY of any kind */
#include <global.h>
#include <m_string.h>
#if !defined(HAVE_STRTOULL) && defined(HAVE_LONG_LONG)
-#define LONGLONG
+#define MYSQL_LONGLONG
#include "strto.c"
#endif