summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPort.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-01-17 08:38:41 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-01-17 08:38:41 (GMT)
commit4a5ef05df5be16afdfdbf1a38f32d72bb3654f7f (patch)
tree22b65965f9b38c6616be9189ca8a6b64dc72e478 /unix/tclUnixPort.h
parent445ffe85310c4a5853d313305b11a4323605c29c (diff)
parent6fe554cad0f2191435d30324f3e2b0caf121f891 (diff)
downloadtcl-4a5ef05df5be16afdfdbf1a38f32d72bb3654f7f.zip
tcl-4a5ef05df5be16afdfdbf1a38f32d72bb3654f7f.tar.gz
tcl-4a5ef05df5be16afdfdbf1a38f32d72bb3654f7f.tar.bz2
revert [8abba84224], and make sure that every source file that uses Tcl_StatBuf has an "#include <sys/stat.h>" before including tcl.h
Diffstat (limited to 'unix/tclUnixPort.h')
-rw-r--r--unix/tclUnixPort.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/unix/tclUnixPort.h b/unix/tclUnixPort.h
index 88cc87e..aa59258 100644
--- a/unix/tclUnixPort.h
+++ b/unix/tclUnixPort.h
@@ -126,9 +126,7 @@ typedef off_t Tcl_SeekOffset;
#ifdef HAVE_SYS_SELECT_H
# include <sys/select.h>
#endif
-#ifdef HAVE_SYS_STAT_H
-# include <sys/stat.h>
-#endif
+#include <sys/stat.h>
#if TIME_WITH_SYS_TIME
# include <sys/time.h>
# include <time.h>