Index: src/util.h --- src/util.h.orig +++ src/util.h @@ -50,6 +50,7 @@ #include "sflsq.h" #include "sfutil/sf_ipvar.h" #include "ipv6_port.h" +#include "pcap_pkthdr32.h" #include "control/sfcontrol.h" /* Macros *********************************************************************/ @@ -162,7 +163,7 @@ typedef struct _IntervalStats void StoreSnortInfoStrings(void); int DisplayBanner(void); int gmt2local(time_t); -void ts_print(register const struct timeval *, char *); +void ts_print(register const struct sf_timeval32 *, char *); char *copy_argv(char **); void strip(char *); double CalcPct(uint64_t, uint64_t);