summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixInit.c
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2013-01-17 08:38:41 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2013-01-17 08:38:41 (GMT)
commit08130d51b5220a6a9c39d760ee79bacbfc3ec506 (patch)
tree22b65965f9b38c6616be9189ca8a6b64dc72e478 /unix/tclUnixInit.c
parent721f7d9b4e9a682207cdad7551d5e33086dde5bd (diff)
parente9e5ca2ec9aea6c69bdda7f30f7abf5bc25a7227 (diff)
downloadtcl-08130d51b5220a6a9c39d760ee79bacbfc3ec506.zip
tcl-08130d51b5220a6a9c39d760ee79bacbfc3ec506.tar.gz
tcl-08130d51b5220a6a9c39d760ee79bacbfc3ec506.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/tclUnixInit.c')
-rw-r--r--unix/tclUnixInit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/tclUnixInit.c b/unix/tclUnixInit.c
index f07b123..6653e4b 100644
--- a/unix/tclUnixInit.c
+++ b/unix/tclUnixInit.c
@@ -8,6 +8,7 @@
* All rights reserved.
*/
+#include <sys/stat.h>
#include "tclInt.h"
#include <stddef.h>
#include <locale.h>