summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorNiels Provos <provos@cvs.openbsd.org>2001-07-17 20:36:01 +0000
committerNiels Provos <provos@cvs.openbsd.org>2001-07-17 20:36:01 +0000
commit7a185b91dd62b88b1cf1c26dd189e72bd98b70e0 (patch)
tree932279613f6cbcfdfd6ffff4df3d542ec6ac6bdc /usr.sbin
parentd0e3d0b2723b0487667ff8b2cb6c71d7b218bbd2 (diff)
make it compile
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/tcpdump/print-pflog.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/tcpdump/print-pflog.c b/usr.sbin/tcpdump/print-pflog.c
index 1c80eae1571..22a352fe341 100644
--- a/usr.sbin/tcpdump/print-pflog.c
+++ b/usr.sbin/tcpdump/print-pflog.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: print-pflog.c,v 1.6 2001/06/26 22:51:03 deraadt Exp $ */
+/* $OpenBSD: print-pflog.c,v 1.7 2001/07/17 20:36:00 provos Exp $ */
/*
* Copyright (c) 1990, 1991, 1993, 1994, 1995, 1996
@@ -23,7 +23,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /cvs/OpenBSD/src/usr.sbin/tcpdump/print-pflog.c,v 1.6 2001/06/26 22:51:03 deraadt Exp $ (LBL)";
+ "@(#) $Header: /cvs/OpenBSD/src/usr.sbin/tcpdump/print-pflog.c,v 1.7 2001/07/17 20:36:00 provos Exp $ (LBL)";
#endif
#include <sys/param.h>
@@ -37,13 +37,14 @@ static const char rcsid[] =
struct rtentry;
#endif
#include <net/if.h>
-#include <net/pfvar.h>
#include <net/if_pflog.h>
#include <netinet/in.h>
#include <netinet/in_systm.h>
#include <netinet/ip.h>
+#include <net/pfvar.h>
+
#include <ctype.h>
#include <netdb.h>
#include <pcap.h>