diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-12-13 11:05:43 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-12-13 11:05:43 (GMT) |
commit | 6fdc83ae1490b9c80fdce1c5fc60af2ce84a08f0 (patch) | |
tree | 706c6b580a9bc0024596eed55ea34254b98a5756 /unix/tclUnixPort.h | |
parent | db35fe50e94b2e2edd00d34c42c74754cfc5c74d (diff) | |
parent | 17a9125415985348b7d2b12e75a50a8c87cc21bb (diff) | |
download | tcl-6fdc83ae1490b9c80fdce1c5fc60af2ce84a08f0.zip tcl-6fdc83ae1490b9c80fdce1c5fc60af2ce84a08f0.tar.gz tcl-6fdc83ae1490b9c80fdce1c5fc60af2ce84a08f0.tar.bz2 |
Implement TIP's #538: Externalize libtommath
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 db38fd3..d7005db 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> |