diff options
author | akupries@shaw.ca <andreas_kupries> | 2002-03-27 00:14:06 (GMT) |
---|---|---|
committer | akupries@shaw.ca <andreas_kupries> | 2002-03-27 00:14:06 (GMT) |
commit | c0ea43ec5af042c199bd97a361ca753ed55bfe96 (patch) | |
tree | 778572047ebf6f1c1f95bc528ab2c8e5b94ead10 /ChangeLog | |
parent | 53cb02ee4a46f57af0f6cc1d01acbe97dd895bab (diff) | |
download | tk-c0ea43ec5af042c199bd97a361ca753ed55bfe96.zip tk-c0ea43ec5af042c199bd97a361ca753ed55bfe96.tar.gz tk-c0ea43ec5af042c199bd97a361ca753ed55bfe96.tar.bz2 |
* unix/tkUnixFont.c: Added inclusion of <arpa/inet.h>. This fixes
a GCC/HPUX problem with missing a "htons". See also
"tclUnixPort.h" for equivalent code.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2002-03-26 Andreas Kupries <andreask_kupries@users.sourceforge.net> + + * unix/tkUnixFont.c: Added inclusion of <arpa/inet.h>. This fixes + a GCC/HPUX problem with missing a "htons". See also + "tclUnixPort.h" for equivalent code. + 2002-03-21 David Gravereaux <davygrvy@pobox.com> * win/makefile.vc: Changed optimize flag to -0ti instead of -02. |