diff options
author | dgp <dgp@users.sourceforge.net> | 2020-12-30 18:27:12 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2020-12-30 18:27:12 (GMT) |
commit | cfd2a0a4ca6ecdcd8efe791d3061116efc385baa (patch) | |
tree | 8cd0bc2ac89b5ece8e785c0e2a6d836367804725 | |
parent | ef8f6a9f30ec2a8f9fe951697e57ddbb49244ddc (diff) | |
parent | 0421749037c4e70600cfdd94692aed05db839e4a (diff) | |
download | tk-cfd2a0a4ca6ecdcd8efe791d3061116efc385baa.zip tk-cfd2a0a4ca6ecdcd8efe791d3061116efc385baa.tar.gz tk-cfd2a0a4ca6ecdcd8efe791d3061116efc385baa.tar.bz2 |
merge 8.6
-rwxr-xr-x | unix/configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/configure b/unix/configure index 86e9ac5..f380dff 100755 --- a/unix/configure +++ b/unix/configure @@ -3049,6 +3049,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)) |