diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2004-03-19 16:15:25 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2004-03-19 16:15:25 (GMT) |
| commit | 6112b21cb268e65a0a5362a22cc0ba4896b769be (patch) | |
| tree | bd8fc79a6ab99766649bcf2c607f1577d397f106 /generic/tclIntDecls.h | |
| parent | 34bf213a1cd3b61a41ac2cbc512a61db548da73b (diff) | |
| download | tcl-6112b21cb268e65a0a5362a22cc0ba4896b769be.zip tcl-6112b21cb268e65a0a5362a22cc0ba4896b769be.tar.gz tcl-6112b21cb268e65a0a5362a22cc0ba4896b769be.tar.bz2 | |
Fix breakage by making tclIntDecls.h #inc tclPort.h, as recommended by DGP.
Diffstat (limited to 'generic/tclIntDecls.h')
| -rw-r--r-- | generic/tclIntDecls.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
