diff options
author | dgp <dgp@users.sourceforge.net> | 2013-01-31 05:17:33 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-01-31 05:17:33 (GMT) |
commit | 15624be5c60333dd6c9ca7a0b651fda1d92e7b7c (patch) | |
tree | d6af24523cb86d4a3b20a3e66c16644dadc319b2 /unix/tclUnixInit.c | |
parent | 6d8a36d84d2843681302604a082e2f787c3c3674 (diff) | |
parent | f50bf4d17a2021e535f47e5253e24bd3dc1269b5 (diff) | |
download | tcl-contrib_patrick_fradin_code_cleanup.zip tcl-contrib_patrick_fradin_code_cleanup.tar.gz tcl-contrib_patrick_fradin_code_cleanup.tar.bz2 |
merge trunkcontrib_patrick_fradin_code_cleanup
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 f07b123..6653e4b 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> |