From dace233d70cd5990500651dc416a634ed18e5c02 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Fri, 22 Sep 2006 19:22:17 +1000 Subject: - (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. --- canohost.c | 1 + 1 file changed, 1 insertion(+) (limited to 'canohost.c') 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 -- cgit v1.2.3