summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2002-03-27 00:14:06 (GMT)
committerandreas_kupries <akupries@shaw.ca>2002-03-27 00:14:06 (GMT)
commitcb6fbdab2122df199e42d92101f361281b5a978c (patch)
tree778572047ebf6f1c1f95bc528ab2c8e5b94ead10 /ChangeLog
parenteae89c67d8e28ea5b6eeaa5dd5f760779cd509a3 (diff)
downloadtk-cb6fbdab2122df199e42d92101f361281b5a978c.zip
tk-cb6fbdab2122df199e42d92101f361281b5a978c.tar.gz
tk-cb6fbdab2122df199e42d92101f361281b5a978c.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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c09c079..aa54fdd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.