From 47bba27f5ae7bcf4ac95ddb2c6e77e22f5625e57 Mon Sep 17 00:00:00 2001 From: Joe Mistachkin Date: Fri, 17 Mar 2006 10:17:47 +0000 Subject: Fix for [Bug 1444692] --- ChangeLog | 5 +++++ unix/tclUnixPort.h | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9b7242e..c74fe12 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2006-03-17 Joe Mistachkin + * unix/tclUnixPort.h: Include pthread.h prior to pthread_np.h + [Bug 1444692] + +2006-03-17 Joe Mistachkin + * win/tclWinTest.c: Corrected typo of 'initializeMutex' that prevented successful compilation. diff --git a/unix/tclUnixPort.h b/unix/tclUnixPort.h index 744c8a8..43abe56 100644 --- a/unix/tclUnixPort.h +++ b/unix/tclUnixPort.h @@ -19,7 +19,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclUnixPort.h,v 1.45 2005/12/06 08:59:45 das Exp $ + * RCS: @(#) $Id: tclUnixPort.h,v 1.46 2006/03/17 10:17:47 mistachkin Exp $ */ #ifndef _TCLUNIXPORT @@ -580,6 +580,7 @@ EXTERN char * TclpInetNtoa(struct in_addr); * Assume it is in pthread_np.h if it isn't in pthread.h. [Bug 1064882] * We might need to revisit this in the future. :^( */ +# include # include # endif # else -- cgit v0.12