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 /generic/tclFileName.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 'generic/tclFileName.c')
| -rw-r--r-- | generic/tclFileName.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclFileName.c b/generic/tclFileName.c index 0f32d2b..07757d9 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() */ |
