summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--generic/tclPort.h3
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