diff options
Diffstat (limited to 'strings/int2str.c')
-rw-r--r-- | strings/int2str.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/int2str.c b/strings/int2str.c index 4003e8a6167..813daee2f5c 100644 --- a/strings/int2str.c +++ b/strings/int2str.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" char NEAR _dig_vec[] = |