diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-11-01 16:15:49 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-11-01 16:15:49 (GMT) |
commit | c848a8872a27a167d3eba3391874be66feb637c5 (patch) | |
tree | 1e54764a8fb316243c1143a4317dde7bf22de75b /unix/tclUnixPort.h | |
parent | 01c6f7705f0b241490d171673c2b3073083ce9cc (diff) | |
download | tcl-c848a8872a27a167d3eba3391874be66feb637c5.zip tcl-c848a8872a27a167d3eba3391874be66feb637c5.tar.gz tcl-c848a8872a27a167d3eba3391874be66feb637c5.tar.bz2 |
Add compat/stdint.h, upgrade to libtommath 1.2.0, adapt as much as possible accordingly (still WIP)
Diffstat (limited to 'unix/tclUnixPort.h')
-rw-r--r-- | unix/tclUnixPort.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unix/tclUnixPort.h b/unix/tclUnixPort.h index c982585..663415d 100644 --- a/unix/tclUnixPort.h +++ b/unix/tclUnixPort.h @@ -155,6 +155,8 @@ typedef off_t Tcl_SeekOffset; #include <limits.h> #ifdef HAVE_STDINT_H # include <stdint.h> +#else +# include "../compat/stdint.h" #endif #include <unistd.h> |