diff options
Diffstat (limited to 'strings/strtoull.c')
-rw-r--r-- | strings/strtoull.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/strtoull.c b/strings/strtoull.c index 74dab95b801..104885e70d0 100644 --- a/strings/strtoull.c +++ b/strings/strtoull.c @@ -17,7 +17,7 @@ /* This is defines strtoull() */ -#include <global.h> +#include <my_global.h> #include <m_string.h> #if !defined(HAVE_STRTOULL) && defined(HAVE_LONG_LONG) #define USE_UNSIGNED |