From 3ff11471c0eb7f38f6966d0fd9ea169d45ed38f9 Mon Sep 17 00:00:00 2001 From: rmax Date: Fri, 19 Mar 2004 18:34:02 +0000 Subject: Include tclInt.h instead of tclPort.h to fix building on Solaris. --- unix/tclUnixSock.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unix/tclUnixSock.c b/unix/tclUnixSock.c index 91b8096..4ab3af9 100644 --- a/unix/tclUnixSock.c +++ b/unix/tclUnixSock.c @@ -8,11 +8,11 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclUnixSock.c,v 1.7 2003/04/22 23:20:43 andreas_kupries Exp $ + * RCS: @(#) $Id: tclUnixSock.c,v 1.8 2004/03/19 18:34:02 rmax Exp $ */ #include "tcl.h" -#include "tclPort.h" +#include "tclInt.h" /* * There is no portable macro for the maximum length -- cgit v0.12