summaryrefslogtreecommitdiffstats
path: root/generic/tclEncoding.c
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2013-02-10 13:12:20 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2013-02-10 13:12:20 (GMT)
commit71786d76658aec0ca002c58b6cf185cb106c521f (patch)
treee391322db983c54ccb679befcd7921c89daddaaa /generic/tclEncoding.c
parent1a96f44bc6c0ca571656af34117c4c107a3933a7 (diff)
downloadtcl-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.c1
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);