summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixFile.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-01-17 13:46:52 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-01-17 13:46:52 (GMT)
commitd31e503f35b1725bd85c3db7630961899da7d348 (patch)
treec8ab1107a2f04f107a8af058acfcf88491bc8957 /unix/tclUnixFile.c
parentde9162b57896208bbef88dfc0f2529881220d94c (diff)
parent6949095cb428058b23ff8f69600aff307217de35 (diff)
downloadtcl-d31e503f35b1725bd85c3db7630961899da7d348.zip
tcl-d31e503f35b1725bd85c3db7630961899da7d348.tar.gz
tcl-d31e503f35b1725bd85c3db7630961899da7d348.tar.bz2
merge trunk
Diffstat (limited to 'unix/tclUnixFile.c')
-rw-r--r--unix/tclUnixFile.c1
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"