From: Wesley Shields Date: Wed, 31 Mar 2010 19:10:59 +0000 (-0700) Subject: Fix build on systems with PF. X-Git-Tag: tcpdump-4.2.1~126^2~2 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/fd269c123dae398aad4a49b1819f2f03a66ee64a Fix build on systems with PF. Reviewed-By: Guy Harris --- diff --git a/CREDITS b/CREDITS index 8d287a73..0a3b56eb 100644 --- a/CREDITS +++ b/CREDITS @@ -173,6 +173,7 @@ Additional people who have contributed patches: Uns Lider Victor Oppleman Wesley Griffin + Wesley Shields Wilbert de Graaf Will Drewry William J. Hulley 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 #include +#include "extract.h" #include "interface.h" #include "addrtoname.h"