summaryrefslogtreecommitdiff
path: root/strings
diff options
context:
space:
mode:
Diffstat (limited to 'strings')
-rw-r--r--strings/strtol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/strtol.c b/strings/strtol.c
index ae3fdd0e2b3..87fe0d22cf3 100644
--- a/strings/strtol.c
+++ b/strings/strtol.c
@@ -18,6 +18,6 @@
/* This defines strtol() if neaded */
#include <global.h>
-#if !defined(MSDOS) && !defined(HAVE_STRTOUL) && !defined(__WIN__)
+#if !defined(MSDOS) && !defined(HAVE_STRTOL) && !defined(__WIN__)
#include "strto.c"
#endif