From: fenner Date: Thu, 17 May 2001 18:33:23 +0000 (+0000) Subject: From Guy: include for ntohl() on HP-UX 11.00 X-Git-Tag: tcpdump-3.7.1~211 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/561dc67df4feed69dcf7effd1f34cedb34510eeb?ds=inline From Guy: include for ntohl() on HP-UX 11.00 --- diff --git a/print-timed.c b/print-timed.c index 7d246ed7..f137a2ae 100644 --- a/print-timed.c +++ b/print-timed.c @@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-timed.c,v 1.2 2001-05-09 01:21:43 fenner Exp $"; + "@(#) $Header: /tcpdump/master/tcpdump/print-timed.c,v 1.3 2001-05-17 18:33:23 fenner Exp $"; #endif #ifdef HAVE_CONFIG_H @@ -30,6 +30,7 @@ static const char rcsid[] = #include #include +#include #include #include