summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPort.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-04 07:48:36 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-04 07:48:36 (GMT)
commit89653c15cf9ebdfc823fd905682b6760da4a1d44 (patch)
tree103b98d0d2c670db72df6f47eb2f71acf8f9abc8 /unix/tclUnixPort.h
parentb91eaa4a758229d9a7b3a08c859c3f3368782b4f (diff)
parent7dd3bef5d360c692c4afe0e520f8516391bd5ccb (diff)
downloadtcl-89653c15cf9ebdfc823fd905682b6760da4a1d44.zip
tcl-89653c15cf9ebdfc823fd905682b6760da4a1d44.tar.gz
tcl-89653c15cf9ebdfc823fd905682b6760da4a1d44.tar.bz2
Merge 8.7
Diffstat (limited to 'unix/tclUnixPort.h')
-rw-r--r--unix/tclUnixPort.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/unix/tclUnixPort.h b/unix/tclUnixPort.h
index bb944e4..e2f1104 100644
--- a/unix/tclUnixPort.h
+++ b/unix/tclUnixPort.h
@@ -142,16 +142,10 @@ extern "C" {
# include <sys/select.h>
#endif
#include <sys/stat.h>
-#ifdef TIME_WITH_SYS_TIME
-# include <sys/time.h>
-# include <time.h>
-#else
#ifdef HAVE_SYS_TIME_H
# include <sys/time.h>
-#else
-# include <time.h>
-#endif
#endif
+#include <time.h>
#ifndef NO_SYS_WAIT_H
# include <sys/wait.h>
#endif