$OpenBSD: patch-src_util_h,v 1.2 2009/02/12 22:12:08 rui Exp $ --- src/util.h.orig Tue Feb 26 02:19:23 2008 +++ src/util.h Fri Aug 8 16:01:52 2008 @@ -36,6 +36,7 @@ #include "sf_types.h" #include "sflsq.h" +#include "pcap_pkthdr32.h" /* specifies that a function does not return * used for quieting Visual Studio warnings @@ -147,7 +148,7 @@ typedef struct _IntervalStats int DisplayBanner(); void GetTime(char *); int gmt2local(time_t); -void ts_print(register const struct timeval *, char *); +void ts_print(register const struct timeval32 *, char *); char *copy_argv(char **); void strip(char *); double CalcPct(UINT64, UINT64);