]> The Tcpdump Group git mirrors - tcpdump/commitdiff
From Guy: include <netinet/in.h> for ntohl() on HP-UX 11.00
authorfenner <fenner>
Thu, 17 May 2001 18:33:23 +0000 (18:33 +0000)
committerfenner <fenner>
Thu, 17 May 2001 18:33:23 +0000 (18:33 +0000)
print-timed.c

index 7d246ed7fa747098770b786fa04e05d9476de100..f137a2ae2baaf7a20f522cf87526381bbf1753ce 100644 (file)
@@ -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 <sys/param.h>
 #include <sys/time.h>
+#include <netinet/in.h>
 #include <stdio.h>
 #include <string.h>