summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPort.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-01-31 22:43:32 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-01-31 22:43:32 (GMT)
commit81ee84c12cb27528d31c5cf3e0db567befb43c35 (patch)
treeb717d5ba1fcd92c2cfe3729b55b190e243bc4549 /unix/tclUnixPort.h
parentbe020c7aa5cc7dd88dba8e81b14e6201edf7d23d (diff)
parent09eafa22a7171f3d53118e1cf108cd93437319aa (diff)
downloadtcl-81ee84c12cb27528d31c5cf3e0db567befb43c35.zip
tcl-81ee84c12cb27528d31c5cf3e0db567befb43c35.tar.gz
tcl-81ee84c12cb27528d31c5cf3e0db567befb43c35.tar.bz2
Merge 8.7
Diffstat (limited to 'unix/tclUnixPort.h')
-rw-r--r--unix/tclUnixPort.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/unix/tclUnixPort.h b/unix/tclUnixPort.h
index 70b2257..527f662 100644
--- a/unix/tclUnixPort.h
+++ b/unix/tclUnixPort.h
@@ -156,11 +156,7 @@ typedef off_t Tcl_SeekOffset;
#ifdef HAVE_STDINT_H
# include <stdint.h>
#endif
-#ifdef HAVE_UNISTD_H
-# include <unistd.h>
-#else
-# include "../compat/unistd.h"
-#endif
+#include <unistd.h>
MODULE_SCOPE int TclUnixSetBlockingMode(int fd, int mode);