summaryrefslogtreecommitdiff
path: root/strings/strtol.c
diff options
context:
space:
mode:
Diffstat (limited to 'strings/strtol.c')
-rw-r--r--strings/strtol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/strtol.c b/strings/strtol.c
index 42476b0226a..2f0a5286ee9 100644
--- a/strings/strtol.c
+++ b/strings/strtol.c
@@ -23,6 +23,6 @@
#include <my_global.h>
#include <m_string.h>
-#if !defined(MSDOS) && !defined(HAVE_STRTOL) && !defined(__WIN__)
+#if !defined(HAVE_STRTOL) && !defined(__WIN__)
#include "strto.c"
#endif