diff --git a/ChangeLog b/ChangeLog index a51117c88..f26dae2fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +20060922 + - (dtucker) [packet.c canohost.c] Include arpa/inet.h for htonl macros on + some platforms (eg HP-UX 11.00). From santhi.amirta at gmail com. + 20060921 - (dtucker) OpenBSD CVS Sync - otto@cvs.openbsd.org 2006/09/19 05:52:23 @@ -5470,4 +5474,4 @@ - (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu -$Id: ChangeLog,v 1.4555 2006/09/21 13:13:30 dtucker Exp $ +$Id: ChangeLog,v 1.4556 2006/09/22 09:22:17 dtucker Exp $ diff --git a/canohost.c b/canohost.c index dd3972e8d..2345cc35c 100644 --- a/canohost.c +++ b/canohost.c @@ -18,6 +18,7 @@ #include #include +#include #include #include diff --git a/packet.c b/packet.c index 6d58ebc0a..ab5a01002 100644 --- a/packet.c +++ b/packet.c @@ -50,6 +50,7 @@ #include #include #include +#include #include #include