diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-12-26 10:07:54 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-12-26 10:07:54 (GMT) |
commit | b2d00eb8176d84863a75aa771036a478115dbf57 (patch) | |
tree | 1a4008352cb9c4ba3beb774d89baf2f28807ce6d /generic | |
parent | d525cce307b002900a04c58a4adff1470f24202c (diff) | |
download | tcl-b2d00eb8176d84863a75aa771036a478115dbf57.zip tcl-b2d00eb8176d84863a75aa771036a478115dbf57.tar.gz tcl-b2d00eb8176d84863a75aa771036a478115dbf57.tar.bz2 |
proposed fix for Bug 3598300
Diffstat (limited to 'generic')
-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 |