summaryrefslogtreecommitdiff
path: root/print-pflog.c
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2010-03-31 12:10:59 -0700
committerGuy Harris <guy@alum.mit.edu>2010-03-31 12:10:59 -0700
commitfd269c123dae398aad4a49b1819f2f03a66ee64a (patch)
tree55ffd1926976945925f57d593bd739da62793dc7 /print-pflog.c
parent48ea21554b52df6f4db49dac23c26aaa649f0651 (diff)
downloadtcpdump-fd269c123dae398aad4a49b1819f2f03a66ee64a.tar.gz
Fix build on systems with PF.
Reviewed-By: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'print-pflog.c')
-rw-r--r--print-pflog.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/print-pflog.c b/print-pflog.c
index d1a46156..0cacabfc 100644
--- a/print-pflog.c
+++ b/print-pflog.c
@@ -42,6 +42,7 @@ static const char rcsid[] _U_ =
#include <stdio.h>
#include <pcap.h>
+#include "extract.h"
#include "interface.h"
#include "addrtoname.h"