From a9e9c4de3de788a605af9a2d4efa389f32735e21 Mon Sep 17 00:00:00 2001 From: stanton Date: Fri, 23 Apr 1999 01:57:12 +0000 Subject: * generic/tclPort.h: Added include of tcl.h since it defines various Windows macros that are needed before deciding which platform porting file to use. --- generic/tclPort.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/generic/tclPort.h b/generic/tclPort.h index 5c7c486..70a7312 100644 --- a/generic/tclPort.h +++ b/generic/tclPort.h @@ -10,12 +10,14 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclPort.h,v 1.3 1999/04/16 00:46:52 stanton Exp $ + * RCS: @(#) $Id: tclPort.h,v 1.4 1999/04/23 01:57:12 stanton Exp $ */ #ifndef _TCLPORT #define _TCLPORT +#include + #if defined(__WIN32__) # include "../win/tclWinPort.h" #else -- cgit v0.12