diff options
| author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-02-16 23:09:59 (GMT) |
|---|---|---|
| committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-02-16 23:09:59 (GMT) |
| commit | 2aef3547ddbc2fd96568e1ea946537681a1c6a57 (patch) | |
| tree | b48118a081b346ed56112578a34c8f800407cd94 /generic/tclIOUtil.c | |
| parent | 56f2df801851e3fae331e26211e8f97bf11ecffd (diff) | |
| download | tcl-2aef3547ddbc2fd96568e1ea946537681a1c6a57.zip tcl-2aef3547ddbc2fd96568e1ea946537681a1c6a57.tar.gz tcl-2aef3547ddbc2fd96568e1ea946537681a1c6a57.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 fb8b74f..b8c76c0 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" |
