diff options
author | rmax <rmax@noemail.net> | 2004-03-19 18:34:01 (GMT) |
---|---|---|
committer | rmax <rmax@noemail.net> | 2004-03-19 18:34:01 (GMT) |
commit | b43f85f5cceda060179ebaa3232f28d409b88119 (patch) | |
tree | 79e3c5126ae32eb8048d2ed49e3bf6153cf5aac1 /unix | |
parent | 017bacd4434a92f62e8b327574bf7b013b79355c (diff) | |
download | tcl-b43f85f5cceda060179ebaa3232f28d409b88119.zip tcl-b43f85f5cceda060179ebaa3232f28d409b88119.tar.gz tcl-b43f85f5cceda060179ebaa3232f28d409b88119.tar.bz2 |
Include tclInt.h instead of tclPort.h to fix building on Solaris.
FossilOrigin-Name: b18183a7f0ff2ac8523a7bcb1c26aee85ffe7bd5
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tclUnixSock.c | 4 |
1 files 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 |