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 /unix/tclUnixInit.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 'unix/tclUnixInit.c')
-rw-r--r-- | unix/tclUnixInit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/tclUnixInit.c b/unix/tclUnixInit.c index 8ebd069..f9015b7 100644 --- a/unix/tclUnixInit.c +++ b/unix/tclUnixInit.c @@ -8,7 +8,6 @@ * All rights reserved. */ -#include <sys/stat.h> #include "tclInt.h" #include <stddef.h> #include <locale.h> |