diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-15 21:06:32 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-15 21:06:32 (GMT) |
| commit | 55804e86ba499482718af840b92ccf663eec5151 (patch) | |
| tree | 5fff0cb0af06d0029e7279699d13ab36b2ccbd0d /generic/tclPort.h | |
| parent | d162505a0b123105a5ef5acee426f2d085dfb740 (diff) | |
| parent | 0fb607893ae4988adaf4594c35a88ef97086fd60 (diff) | |
| download | tcl-55804e86ba499482718af840b92ccf663eec5151.zip tcl-55804e86ba499482718af840b92ccf663eec5151.tar.gz tcl-55804e86ba499482718af840b92ccf663eec5151.tar.bz2 | |
[Bug 3598300]: unix: tcl.h does not include sys/stat.h
Diffstat (limited to 'generic/tclPort.h')
| -rw-r--r-- | generic/tclPort.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/generic/tclPort.h b/generic/tclPort.h index 7021b8d..12a60db 100644 --- a/generic/tclPort.h +++ b/generic/tclPort.h @@ -19,11 +19,10 @@ #endif #if defined(_WIN32) # include "tclWinPort.h" -#endif -#include "tcl.h" -#if !defined(_WIN32) +#else # include "tclUnixPort.h" #endif +#include "tcl.h" #if !defined(LLONG_MIN) # ifdef TCL_WIDE_INT_IS_LONG |
