diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-17 08:28:41 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-17 08:28:41 (GMT) |
commit | 6fe554cad0f2191435d30324f3e2b0caf121f891 (patch) | |
tree | 930157a76bae9baa66ed91c67daa62f047f8db3d /unix/tclUnixInit.c | |
parent | 3db744b60506ba65731f996d7e3dc5224d232bc9 (diff) | |
download | tcl-6fe554cad0f2191435d30324f3e2b0caf121f891.zip tcl-6fe554cad0f2191435d30324f3e2b0caf121f891.tar.gz tcl-6fe554cad0f2191435d30324f3e2b0caf121f891.tar.bz2 |
revert [8abba84224], and make sure that every source file that uses Tcl_StatBuf has an "#include <sys/stat.h>" before including tcl.h
Diffstat (limited to 'unix/tclUnixInit.c')
-rw-r--r-- | unix/tclUnixInit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/tclUnixInit.c b/unix/tclUnixInit.c index f9015b7..8ebd069 100644 --- a/unix/tclUnixInit.c +++ b/unix/tclUnixInit.c @@ -8,6 +8,7 @@ * All rights reserved. */ +#include <sys/stat.h> #include "tclInt.h" #include <stddef.h> #include <locale.h> |