summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-04 09:40:19 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-04 09:40:19 (GMT)
commitdcebb038ed9e1c4d1bb355efaa3bd49d49dd4c9e (patch)
tree46343366c2f9329a31351bae6912c1293766fe75 /win
parent0a3a1a075a83958d2d61db81c59720964c6ebfe2 (diff)
downloadtcl-dcebb038ed9e1c4d1bb355efaa3bd49d49dd4c9e.zip
tcl-dcebb038ed9e1c4d1bb355efaa3bd49d49dd4c9e.tar.gz
tcl-dcebb038ed9e1c4d1bb355efaa3bd49d49dd4c9e.tar.bz2
re-generate win/configure
Diffstat (limited to 'win')
-rwxr-xr-xwin/configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/configure b/win/configure
index 4c3ba57..76f4a67 100755
--- a/win/configure
+++ b/win/configure
@@ -2722,6 +2722,7 @@ cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <ctype.h>
+#include <stdlib.h>
#if ((' ' & 0x0FF) == 0x020)
# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))