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 | 9ce605684317865fe7851c1cb6712a505934a515 (patch) | |
tree | c8ab1107a2f04f107a8af058acfcf88491bc8957 /generic/tclFileName.c | |
parent | 9843ac2a949950a8dd51bcba03fbdfcb71d0e48f (diff) | |
parent | 4a5ef05df5be16afdfdbf1a38f32d72bb3654f7f (diff) | |
download | tcl-bug_3600328.zip tcl-bug_3600328.tar.gz tcl-bug_3600328.tar.bz2 |
merge trunkbug_3600328
Diffstat (limited to 'generic/tclFileName.c')
-rw-r--r-- | generic/tclFileName.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclFileName.c b/generic/tclFileName.c index 5d4702b..193ca4e 100644 --- a/generic/tclFileName.c +++ b/generic/tclFileName.c @@ -11,6 +11,7 @@ * this file, and for a DISCLAIMER OF ALL WARRANTIES. */ +#include <sys/stat.h> #include "tclInt.h" #include "tclRegexp.h" #include "tclFileSystem.h" /* For TclGetPathType() */ |