summaryrefslogtreecommitdiffstats
path: root/generic/tclFileName.c
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2013-02-10 13:26:33 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2013-02-10 13:26:33 (GMT)
commitb9db1eac7b86d5751391d4d8327120a82b6c7d4b (patch)
tree412f6eb054a530c028570d0a820fc60bec3afcad /generic/tclFileName.c
parent2261cacae4a89969c24b689f42d7eb5282c3ca3a (diff)
parent23221cb8347700da943f2898305637c6dae73293 (diff)
downloadtcl-b9db1eac7b86d5751391d4d8327120a82b6c7d4b.zip
tcl-b9db1eac7b86d5751391d4d8327120a82b6c7d4b.tar.gz
tcl-b9db1eac7b86d5751391d4d8327120a82b6c7d4b.tar.bz2
Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>
FossilOrigin-Name: 4ef9e636564510c7d3930a697c92346e741365f2
Diffstat (limited to 'generic/tclFileName.c')
-rw-r--r--generic/tclFileName.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclFileName.c b/generic/tclFileName.c
index 193ca4e..5d4702b 100644
--- a/generic/tclFileName.c
+++ b/generic/tclFileName.c
@@ -11,7 +11,6 @@
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*/
-#include <sys/stat.h>
#include "tclInt.h"
#include "tclRegexp.h"
#include "tclFileSystem.h" /* For TclGetPathType() */