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 | 94561c377266d0a78fa2eadbeeaa4145a2cd9dd6 (patch) | |
tree | e391322db983c54ccb679befcd7921c89daddaaa /win/tclWinFile.c | |
parent | db32aeed9858ddb8dd0828e2fb7ef36ac46bc5f6 (diff) | |
download | tcl-94561c377266d0a78fa2eadbeeaa4145a2cd9dd6.zip tcl-94561c377266d0a78fa2eadbeeaa4145a2cd9dd6.tar.gz tcl-94561c377266d0a78fa2eadbeeaa4145a2cd9dd6.tar.bz2 |
Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>.
Diffstat (limited to 'win/tclWinFile.c')
-rw-r--r-- | win/tclWinFile.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win/tclWinFile.c b/win/tclWinFile.c index 5717a3f..3817fa4 100644 --- a/win/tclWinFile.c +++ b/win/tclWinFile.c @@ -12,7 +12,6 @@ * this file, and for a DISCLAIMER OF ALL WARRANTIES. */ -#include <sys/stat.h> #include "tclWinInt.h" #include "tclFileSystem.h" #include <winioctl.h> |