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.1.1~8 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/e4773d665eddb3f06fb3444b231361c4d66ba0ba 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"