diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-01-17 13:46:52 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-01-17 13:46:52 (GMT) |
commit | d31e503f35b1725bd85c3db7630961899da7d348 (patch) | |
tree | c8ab1107a2f04f107a8af058acfcf88491bc8957 /unix/tclUnixFile.c | |
parent | de9162b57896208bbef88dfc0f2529881220d94c (diff) | |
parent | 6949095cb428058b23ff8f69600aff307217de35 (diff) | |
download | tcl-d31e503f35b1725bd85c3db7630961899da7d348.zip tcl-d31e503f35b1725bd85c3db7630961899da7d348.tar.gz tcl-d31e503f35b1725bd85c3db7630961899da7d348.tar.bz2 |
merge trunk
Diffstat (limited to 'unix/tclUnixFile.c')
-rw-r--r-- | unix/tclUnixFile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/tclUnixFile.c b/unix/tclUnixFile.c index 38504d9..f1fedc3 100644 --- a/unix/tclUnixFile.c +++ b/unix/tclUnixFile.c @@ -10,6 +10,7 @@ * of this file, and for a DISCLAIMER OF ALL WARRANTIES. */ +#include <sys/stat.h> #include "tclInt.h" #include "tclFileSystem.h" |