summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPort.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-12-13 13:06:34 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-12-13 13:06:34 (GMT)
commit077504f676c966b4675f7140168f3a115a34af62 (patch)
tree236797c3b614da71424e4e076ffa00da0544dd19 /unix/tclUnixPort.h
parentd0ff8f4a0d5b408ce2bf828775bff7c85fcb0b14 (diff)
parent6fdc83ae1490b9c80fdce1c5fc60af2ce84a08f0 (diff)
downloadtcl-077504f676c966b4675f7140168f3a115a34af62.zip
tcl-077504f676c966b4675f7140168f3a115a34af62.tar.gz
tcl-077504f676c966b4675f7140168f3a115a34af62.tar.bz2
Merge 8.7
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 ab71a65..d878a86 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>