diff options
-rw-r--r-- | generic/tclPort.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 <tcl.h> + #if defined(__WIN32__) # include "../win/tclWinPort.h" #else |