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 3e2b51bc982..df5c46c220f 100644 --- a/strings/strtoul.c +++ b/strings/strtoul.c @@ -23,7 +23,7 @@ #include <my_global.h> #include <m_string.h> -#if !defined(MSDOS) && !defined(HAVE_STRTOUL) +#if !defined(HAVE_STRTOUL) #define USE_UNSIGNED #include "strto.c" #endif |