summaryrefslogtreecommitdiffstats
path: root/generic/tclEncoding.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-01-28 00:57:04 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-01-28 00:57:04 (GMT)
commit5fea85e6d34e996ed8cc9a3430dd178acc3417ec (patch)
treeddc0546dab10c8bc2575020750fc67d405b7b617 /generic/tclEncoding.c
parent4a7aba80a6dd0fc4f7bda107c58e169366be1e46 (diff)
parent13dcbf7d2f2bef37cc4b71beb494d7a3cd140b72 (diff)
downloadtcl-5fea85e6d34e996ed8cc9a3430dd178acc3417ec.zip
tcl-5fea85e6d34e996ed8cc9a3430dd178acc3417ec.tar.gz
tcl-5fea85e6d34e996ed8cc9a3430dd178acc3417ec.tar.bz2
merge trunk
Diffstat (limited to 'generic/tclEncoding.c')
-rw-r--r--generic/tclEncoding.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclEncoding.c b/generic/tclEncoding.c
index 7a55724..7d2206b 100644
--- a/generic/tclEncoding.c
+++ b/generic/tclEncoding.c
@@ -9,6 +9,7 @@
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*/
+#include <sys/stat.h>
#include "tclInt.h"
typedef size_t (LengthProc)(const char *src);