summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorprovos <provos@openbsd.org>2001-07-17 20:36:00 +0000
committerprovos <provos@openbsd.org>2001-07-17 20:36:00 +0000
commitcfbd91d30ee8d5301dd5a4ab9e05213ef83e5319 (patch)
tree7baed0f4c83d655e6c9006a399b698624a7d9501
parentip normalization code (diff)
downloadwireguard-openbsd-cfbd91d30ee8d5301dd5a4ab9e05213ef83e5319.tar.xz
wireguard-openbsd-cfbd91d30ee8d5301dd5a4ab9e05213ef83e5319.zip
make it compile
-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 4fead2387e0..f61f4bcceec 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: /home/cvs/src/usr.sbin/tcpdump/print-pflog.c,v 1.6 2001/06/26 22:51:03 deraadt Exp $ (LBL)";
+ "@(#) $Header: /home/cvs/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>