summaryrefslogtreecommitdiff
path: root/bpf_dump.c
diff options
context:
space:
mode:
Diffstat (limited to 'bpf_dump.c')
-rw-r--r--bpf_dump.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/bpf_dump.c b/bpf_dump.c
index 79ad5bb7..cc6b98d3 100644
--- a/bpf_dump.c
+++ b/bpf_dump.c
@@ -20,15 +20,14 @@
*/
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/bpf_dump.c,v 1.13 2000-12-09 02:58:45 fenner Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/bpf_dump.c,v 1.14 2002-08-01 08:52:56 risso Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
-#include <sys/types.h>
-#include <sys/time.h>
+#include <tcpdump-stdinc.h>
#include <pcap.h>
#include <stdio.h>