From cb6fbdab2122df199e42d92101f361281b5a978c Mon Sep 17 00:00:00 2001 From: andreas_kupries Date: Wed, 27 Mar 2002 00:14:06 +0000 Subject: * unix/tkUnixFont.c: Added inclusion of . This fixes a GCC/HPUX problem with missing a "htons". See also "tclUnixPort.h" for equivalent code. --- ChangeLog | 6 ++++++ unix/tkUnixFont.c | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c09c079..aa54fdd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-03-26 Andreas Kupries + + * unix/tkUnixFont.c: Added inclusion of . This fixes + a GCC/HPUX problem with missing a "htons". See also + "tclUnixPort.h" for equivalent code. + 2002-03-21 David Gravereaux * win/makefile.vc: Changed optimize flag to -0ti instead of -02. diff --git a/unix/tkUnixFont.c b/unix/tkUnixFont.c index 4d711e8..5575e09 100644 --- a/unix/tkUnixFont.c +++ b/unix/tkUnixFont.c @@ -9,12 +9,13 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkUnixFont.c,v 1.9 2001/06/04 03:07:54 hobbs Exp $ + * RCS: @(#) $Id: tkUnixFont.c,v 1.10 2002/03/27 00:14:06 andreas_kupries Exp $ */ #include "tkUnixInt.h" #include "tkFont.h" #include /* for htons() prototype */ +#include /* inet_ntoa() */ /* * The preferred font encodings. -- cgit v0.12