diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-02-10 13:12:20 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-02-10 13:12:20 (GMT) |
commit | 71786d76658aec0ca002c58b6cf185cb106c521f (patch) | |
tree | e391322db983c54ccb679befcd7921c89daddaaa /generic/tclEncoding.c | |
parent | 1a96f44bc6c0ca571656af34117c4c107a3933a7 (diff) | |
download | tcl-71786d76658aec0ca002c58b6cf185cb106c521f.zip tcl-71786d76658aec0ca002c58b6cf185cb106c521f.tar.gz tcl-71786d76658aec0ca002c58b6cf185cb106c521f.tar.bz2 |
Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>.
Diffstat (limited to 'generic/tclEncoding.c')
-rw-r--r-- | generic/tclEncoding.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclEncoding.c b/generic/tclEncoding.c index 4a2c5f0..c2f1b4b 100644 --- a/generic/tclEncoding.c +++ b/generic/tclEncoding.c @@ -9,7 +9,6 @@ * this file, and for a DISCLAIMER OF ALL WARRANTIES. */ -#include <sys/stat.h> #include "tclInt.h" typedef size_t (LengthProc)(const char *src); |