summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPort.h
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2012-02-16 23:09:59 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2012-02-16 23:09:59 (GMT)
commitdf781f67fb03328c035d17f94574e07c3f3467ac (patch)
treeb48118a081b346ed56112578a34c8f800407cd94 /unix/tclUnixPort.h
parentfda64e1abac48cdce1db8fc71b8df7d33571cc0d (diff)
downloadtcl-df781f67fb03328c035d17f94574e07c3f3467ac.zip
tcl-df781f67fb03328c035d17f94574e07c3f3467ac.tar.gz
tcl-df781f67fb03328c035d17f94574e07c3f3467ac.tar.bz2
[Bug 2233954] AIX: compile error
FossilOrigin-Name: 66427b5db996a0f86cc55d8eabe3c405073fd91e
Diffstat (limited to 'unix/tclUnixPort.h')
-rw-r--r--unix/tclUnixPort.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/unix/tclUnixPort.h b/unix/tclUnixPort.h
index 421d73c..e4008c9 100644
--- a/unix/tclUnixPort.h
+++ b/unix/tclUnixPort.h
@@ -85,7 +85,9 @@ typedef off_t Tcl_SeekOffset;
#ifdef HAVE_SYS_SELECT_H
# include <sys/select.h>
#endif
-#include <sys/stat.h>
+#ifdef HAVE_SYS_STAT_H
+# include <sys/stat.h>
+#endif
#if TIME_WITH_SYS_TIME
# include <sys/time.h>
# include <time.h>