summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-04 10:03:01 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-04 10:03:01 (GMT)
commitd4d7af1554e5b2c8fddd2de7077202ffd5e83f03 (patch)
treea8a12eec9029fb507cab6c6f8b6b970b5ef6baa2
parent4feabc8632f5c718dd3e41f6c35222d1de25f109 (diff)
downloadtk-d4d7af1554e5b2c8fddd2de7077202ffd5e83f03.zip
tk-d4d7af1554e5b2c8fddd2de7077202ffd5e83f03.tar.gz
tk-d4d7af1554e5b2c8fddd2de7077202ffd5e83f03.tar.bz2
Re-generate win/configure
-rwxr-xr-xwin/configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/configure b/win/configure
index a5250fe..3aad754 100755
--- a/win/configure
+++ b/win/configure
@@ -2700,6 +2700,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))