diff options
author | rmax <rmax> | 2004-03-19 18:34:02 (GMT) |
---|---|---|
committer | rmax <rmax> | 2004-03-19 18:34:02 (GMT) |
commit | 3ff11471c0eb7f38f6966d0fd9ea169d45ed38f9 (patch) | |
tree | 79e3c5126ae32eb8048d2ed49e3bf6153cf5aac1 /unix/tclUnixSock.c | |
parent | 2e5d5696ba21142b2af832196c9428971bc198c8 (diff) | |
download | tcl-3ff11471c0eb7f38f6966d0fd9ea169d45ed38f9.zip tcl-3ff11471c0eb7f38f6966d0fd9ea169d45ed38f9.tar.gz tcl-3ff11471c0eb7f38f6966d0fd9ea169d45ed38f9.tar.bz2 |
Include tclInt.h instead of tclPort.h to fix building on Solaris.
Diffstat (limited to 'unix/tclUnixSock.c')
-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 |