diff options
Diffstat (limited to 'strings/longlong2str.c')
-rw-r--r-- | strings/longlong2str.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/longlong2str.c b/strings/longlong2str.c index 5c4eaf98c85..fe4d419a6d6 100644 --- a/strings/longlong2str.c +++ b/strings/longlong2str.c @@ -39,7 +39,7 @@ itoa assumes that 10 -base numbers are allways signed and other arn't. */ -#include <global.h> +#include <my_global.h> #include "m_string.h" #if defined(HAVE_LONG_LONG) && !defined(longlong2str) && !defined(HAVE_LONGLONG2STR) |