summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixFile.c
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2013-02-10 13:26:33 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2013-02-10 13:26:33 (GMT)
commit64423ec9dc294629edd9333921f0ccb5a3d35488 (patch)
tree412f6eb054a530c028570d0a820fc60bec3afcad /unix/tclUnixFile.c
parente64a54de325c2b92482f5caba9da169517342dc1 (diff)
parent71786d76658aec0ca002c58b6cf185cb106c521f (diff)
downloadtcl-64423ec9dc294629edd9333921f0ccb5a3d35488.zip
tcl-64423ec9dc294629edd9333921f0ccb5a3d35488.tar.gz
tcl-64423ec9dc294629edd9333921f0ccb5a3d35488.tar.bz2
Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>
Diffstat (limited to 'unix/tclUnixFile.c')
-rw-r--r--unix/tclUnixFile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/tclUnixFile.c b/unix/tclUnixFile.c
index 5816b01..5bfe5d9 100644
--- a/unix/tclUnixFile.c
+++ b/unix/tclUnixFile.c
@@ -10,7 +10,6 @@
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*/
-#include <sys/stat.h>
#include "tclInt.h"
#include "tclFileSystem.h"