diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-02-16 23:11:40 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-02-16 23:11:40 (GMT) |
| commit | efe1cdd5b7f7aed22c2c4f10c0a2d77604ab5b7e (patch) | |
| tree | f1dba03afe320f001e2db0f65a139a0fd974af32 /generic/tclIOUtil.c | |
| parent | b4ca6b5a992c406bbf4f3ef73ecb5ae2a8d878a6 (diff) | |
| parent | 52c4fef3cfd97fa473a7cc98397cde9c6dde64a9 (diff) | |
| download | tcl-efe1cdd5b7f7aed22c2c4f10c0a2d77604ab5b7e.zip tcl-efe1cdd5b7f7aed22c2c4f10c0a2d77604ab5b7e.tar.gz tcl-efe1cdd5b7f7aed22c2c4f10c0a2d77604ab5b7e.tar.bz2 | |
[Bug 2233954] AIX: compile error
Diffstat (limited to 'generic/tclIOUtil.c')
| -rw-r--r-- | generic/tclIOUtil.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/generic/tclIOUtil.c b/generic/tclIOUtil.c index 17e50fa..0837070 100644 --- a/generic/tclIOUtil.c +++ b/generic/tclIOUtil.c @@ -18,6 +18,9 @@ * this file, and for a DISCLAIMER OF ALL WARRANTIES. */ +#ifdef HAVE_SYS_STAT_H +# include <sys/stat.h> +#endif #include "tclInt.h" #ifdef __WIN32__ # include "tclWinInt.h" |
