diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-02-10 13:12:20 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-02-10 13:12:20 (GMT) |
commit | 41ac300db879096ce08bdf8edc74e6fdae02d71d (patch) | |
tree | e391322db983c54ccb679befcd7921c89daddaaa /unix/tclUnixFile.c | |
parent | ae8888b89406b7378499b966af90ca831f269eb8 (diff) | |
download | tcl-41ac300db879096ce08bdf8edc74e6fdae02d71d.zip tcl-41ac300db879096ce08bdf8edc74e6fdae02d71d.tar.gz tcl-41ac300db879096ce08bdf8edc74e6fdae02d71d.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.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/tclUnixFile.c b/unix/tclUnixFile.c index 5abac9d..29f1aba 100644 --- a/unix/tclUnixFile.c +++ b/unix/tclUnixFile.c @@ -10,7 +10,6 @@ * this file, and for a DISCLAIMER OF ALL WARRANTIES. */ -#include <sys/stat.h> #include "tclInt.h" #include "tclFileSystem.h" |