From 5ae57fc1b695b72d90d0b098b8f514621ff7e3ed Mon Sep 17 00:00:00 2001 From: dkf Date: Fri, 19 Mar 2004 16:15:25 +0000 Subject: Fix breakage by making tclIntDecls.h #inc tclPort.h, as recommended by DGP. --- ChangeLog | 5 +++++ generic/tclIntDecls.h | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 630e15a..b447296 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-03-19 Donal K. Fellows + + * generic/tclIntDecls.h: Made HEAD build on Solaris again by + applying fix recommended by Don Porter. + 2004-03-18 Reinhard Max * generic/tclIntDecls.h: Removed TclpTime_t. It wasn't really needed, diff --git a/generic/tclIntDecls.h b/generic/tclIntDecls.h index c46e389..a46e585 100644 --- a/generic/tclIntDecls.h +++ b/generic/tclIntDecls.h @@ -11,12 +11,14 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclIntDecls.h,v 1.58 2004/03/18 18:54:42 rmax Exp $ + * RCS: @(#) $Id: tclIntDecls.h,v 1.59 2004/03/19 16:15:39 dkf Exp $ */ #ifndef _TCLINTDECLS #define _TCLINTDECLS +#include "tclPort.h" + /* * WARNING: This file is automatically generated by the tools/genStubs.tcl * script. Any modifications to the function declarations below should be made -- cgit v0.12