diff options
| author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-01-17 09:12:45 (GMT) |
|---|---|---|
| committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-01-17 09:12:45 (GMT) |
| commit | a5f73715e23a1c75ef9e0b2d06d569eea247fd15 (patch) | |
| tree | 9b50f6a8fddcf9ef936b492f59179590a4e50587 | |
| parent | 445ffe85310c4a5853d313305b11a4323605c29c (diff) | |
| download | tcl-minimal_fix_for_3598300_problems.zip tcl-minimal_fix_for_3598300_problems.tar.gz tcl-minimal_fix_for_3598300_problems.tar.bz2 | |
As minimal a fix for the issues with [3598300] as I can make.minimal_fix_for_3598300_problems
| -rw-r--r-- | generic/tclPort.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclPort.h b/generic/tclPort.h index 12a60db..20fc860 100644 --- a/generic/tclPort.h +++ b/generic/tclPort.h @@ -19,10 +19,11 @@ #endif #if defined(_WIN32) # include "tclWinPort.h" +# include "tcl.h" #else +# include "tcl.h" # include "tclUnixPort.h" #endif -#include "tcl.h" #if !defined(LLONG_MIN) # ifdef TCL_WIDE_INT_IS_LONG |
