diff options
author | Joe Mistachkin <joe@mistachkin.com> | 2006-03-17 10:17:47 (GMT) |
---|---|---|
committer | Joe Mistachkin <joe@mistachkin.com> | 2006-03-17 10:17:47 (GMT) |
commit | 0a8f17c20f024a828d8c0663f6ca56bae69b906c (patch) | |
tree | 7b4823ab604d081ed0bed08b0e439d5317a07ca7 /unix | |
parent | b7226d5efa5a5e8379fb9496da4505e6b37bf90b (diff) | |
download | tcl-0a8f17c20f024a828d8c0663f6ca56bae69b906c.zip tcl-0a8f17c20f024a828d8c0663f6ca56bae69b906c.tar.gz tcl-0a8f17c20f024a828d8c0663f6ca56bae69b906c.tar.bz2 |
Fix for [Bug 1444692]
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tclUnixPort.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 <pthread.h> # include <pthread_np.h> # endif # else |