summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdAH.c
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2013-01-17 08:28:41 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2013-01-17 08:28:41 (GMT)
commite9e5ca2ec9aea6c69bdda7f30f7abf5bc25a7227 (patch)
tree930157a76bae9baa66ed91c67daa62f047f8db3d /generic/tclCmdAH.c
parent9ac4497ad1e09c4bc692b7aa7731784850ae1a50 (diff)
downloadtcl-e9e5ca2ec9aea6c69bdda7f30f7abf5bc25a7227.zip
tcl-e9e5ca2ec9aea6c69bdda7f30f7abf5bc25a7227.tar.gz
tcl-e9e5ca2ec9aea6c69bdda7f30f7abf5bc25a7227.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 44f08a3..9b03eab 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>