summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixInit.c
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2013-02-10 13:12:20 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2013-02-10 13:12:20 (GMT)
commit71786d76658aec0ca002c58b6cf185cb106c521f (patch)
treee391322db983c54ccb679befcd7921c89daddaaa /unix/tclUnixInit.c
parent1a96f44bc6c0ca571656af34117c4c107a3933a7 (diff)
downloadtcl-71786d76658aec0ca002c58b6cf185cb106c521f.zip
tcl-71786d76658aec0ca002c58b6cf185cb106c521f.tar.gz
tcl-71786d76658aec0ca002c58b6cf185cb106c521f.tar.bz2
Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>.
Diffstat (limited to 'unix/tclUnixInit.c')
-rw-r--r--unix/tclUnixInit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/tclUnixInit.c b/unix/tclUnixInit.c
index 8ebd069..f9015b7 100644
--- a/unix/tclUnixInit.c
+++ b/unix/tclUnixInit.c
@@ -8,7 +8,6 @@
* All rights reserved.
*/
-#include <sys/stat.h>
#include "tclInt.h"
#include <stddef.h>
#include <locale.h>