diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-06-26 10:12:17 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-06-26 10:12:17 (GMT) |
commit | e8d619b292256c1d44b578c2d54319527e4c5d23 (patch) | |
tree | ea9b46a1c9e90c3711a4b86a6279dba4ebd696cb /generic/tclInt.h | |
parent | be1a8384ef0cb9fea37a20be396287a596c049ae (diff) | |
parent | 1b53ef3bbd2bd4139a0fbbeaa493a2d4562b9825 (diff) | |
download | tcl-e8d619b292256c1d44b578c2d54319527e4c5d23.zip tcl-e8d619b292256c1d44b578c2d54319527e4c5d23.tar.gz tcl-e8d619b292256c1d44b578c2d54319527e4c5d23.tar.bz2 |
Merge 8.7
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r-- | generic/tclInt.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index 4de2c13..e52eaf1 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -66,11 +66,8 @@ #include <ctype.h> #include <stdarg.h> -#ifdef NO_STDLIB_H -# include "../compat/stdlib.h" -#else -# include <stdlib.h> -#endif +#include <stdlib.h> +#include <stdint.h> #ifdef NO_STRING_H #include "../compat/string.h" #else |