diff options
Diffstat (limited to 'generic/tclPipe.c')
-rw-r--r-- | generic/tclPipe.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclPipe.c b/generic/tclPipe.c index 7d1334d..99a89e1 100644 --- a/generic/tclPipe.c +++ b/generic/tclPipe.c @@ -10,11 +10,10 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclPipe.c,v 1.7 2002/12/17 02:47:39 davygrvy Exp $ + * RCS: @(#) $Id: tclPipe.c,v 1.8 2004/04/06 22:25:54 dgp Exp $ */ #include "tclInt.h" -#include "tclPort.h" /* * A linked list of the following structures is used to keep track |