summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdAH.c
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 /generic/tclCmdAH.c
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 'generic/tclCmdAH.c')
-rw-r--r--generic/tclCmdAH.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclCmdAH.c b/generic/tclCmdAH.c
index eb2a303..820eec5 100644
--- a/generic/tclCmdAH.c
+++ b/generic/tclCmdAH.c
@@ -11,6 +11,7 @@
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*/
+#include <sys/stat.h>
#include "tclInt.h"
#include <locale.h>