diff options
Diffstat (limited to 'strings/strtoul.c')
-rw-r--r-- | strings/strtoul.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/strtoul.c b/strings/strtoul.c index e49a9ebea6a..ac9313f67da 100644 --- a/strings/strtoul.c +++ b/strings/strtoul.c @@ -17,7 +17,7 @@ /* This is defines strtoul() if neaded */ -#include <global.h> +#include <my_global.h> #if !defined(MSDOS) && !defined(HAVE_STRTOUL) #define USE_UNSIGNED #include "strto.c" |