summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPort.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-12-13 11:05:43 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-12-13 11:05:43 (GMT)
commit6fdc83ae1490b9c80fdce1c5fc60af2ce84a08f0 (patch)
tree706c6b580a9bc0024596eed55ea34254b98a5756 /unix/tclUnixPort.h
parentdb35fe50e94b2e2edd00d34c42c74754cfc5c74d (diff)
parent17a9125415985348b7d2b12e75a50a8c87cc21bb (diff)
downloadtcl-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.h2
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>