diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-04 10:03:01 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-04 10:03:01 (GMT) |
commit | d4d7af1554e5b2c8fddd2de7077202ffd5e83f03 (patch) | |
tree | a8a12eec9029fb507cab6c6f8b6b970b5ef6baa2 | |
parent | 4feabc8632f5c718dd3e41f6c35222d1de25f109 (diff) | |
download | tk-d4d7af1554e5b2c8fddd2de7077202ffd5e83f03.zip tk-d4d7af1554e5b2c8fddd2de7077202ffd5e83f03.tar.gz tk-d4d7af1554e5b2c8fddd2de7077202ffd5e83f03.tar.bz2 |
Re-generate win/configure
-rwxr-xr-x | win/configure | 1 |
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)) |