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 | d83a20092e76a4ffa04b93db5517ce205841daec (patch) | |
tree | 1a4008352cb9c4ba3beb774d89baf2f28807ce6d | |
parent | 4b67a9506ba46713d3d2c88962ec1efef7325576 (diff) | |
download | tcl-d83a20092e76a4ffa04b93db5517ce205841daec.zip tcl-d83a20092e76a4ffa04b93db5517ce205841daec.tar.gz tcl-d83a20092e76a4ffa04b93db5517ce205841daec.tar.bz2 |
proposed fix for Bug 3598300
-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 |