summaryrefslogtreecommitdiffstats
path: root/win/tclWinThrd.c
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2013-02-10 13:12:20 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2013-02-10 13:12:20 (GMT)
commit23221cb8347700da943f2898305637c6dae73293 (patch)
treee391322db983c54ccb679befcd7921c89daddaaa /win/tclWinThrd.c
parent7624122fcedbeb8450fb97484ac9ae4c71c89b88 (diff)
downloadtcl-23221cb8347700da943f2898305637c6dae73293.zip
tcl-23221cb8347700da943f2898305637c6dae73293.tar.gz
tcl-23221cb8347700da943f2898305637c6dae73293.tar.bz2
Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>.
FossilOrigin-Name: 7725ffcfef05b6b690fe6864436b01970086fb76
Diffstat (limited to 'win/tclWinThrd.c')
-rw-r--r--win/tclWinThrd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/win/tclWinThrd.c b/win/tclWinThrd.c
index 50e8ace..2413a78 100644
--- a/win/tclWinThrd.c
+++ b/win/tclWinThrd.c
@@ -13,7 +13,6 @@
#include "tclWinInt.h"
#include <float.h>
-#include <sys/stat.h>
/* Workaround for mingw versions which don't provide this in float.h */
#ifndef _MCW_EM