diff options
Diffstat (limited to 'strings/strto.c')
-rw-r--r-- | strings/strto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/strto.c b/strings/strto.c index 64b1c9a5ae9..adada98e143 100644 --- a/strings/strto.c +++ b/strings/strto.c @@ -36,7 +36,7 @@ it can be compiled with the UNSIGNED and/or LONGLONG flag set */ -#include <global.h> +#include <my_global.h> #include "m_string.h" #include "m_ctype.h" #include "my_sys.h" /* defines errno */ |