diff options
Diffstat (limited to 'strings/strtol.c')
-rw-r--r-- | strings/strtol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/strtol.c b/strings/strtol.c index 87fe0d22cf3..912c42ba3cf 100644 --- a/strings/strtol.c +++ b/strings/strtol.c @@ -17,7 +17,7 @@ /* This defines strtol() if neaded */ -#include <global.h> +#include <my_global.h> #if !defined(MSDOS) && !defined(HAVE_STRTOL) && !defined(__WIN__) #include "strto.c" #endif |