diff options
Diffstat (limited to 'strings/strtoll.c')
-rw-r--r-- | strings/strtoll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/strtoll.c b/strings/strtoll.c index 678c28649ef..6050eba28b0 100644 --- a/strings/strtoll.c +++ b/strings/strtoll.c @@ -17,7 +17,7 @@ /* This is defines strtoll() if neaded */ -#include <global.h> +#include <my_global.h> #include <m_string.h> #if !defined(HAVE_STRTOLL) && defined(HAVE_LONG_LONG) #define USE_LONGLONG |