From fd269c123dae398aad4a49b1819f2f03a66ee64a Mon Sep 17 00:00:00 2001 From: Wesley Shields Date: Wed, 31 Mar 2010 12:10:59 -0700 Subject: [PATCH] Fix build on systems with PF. Reviewed-By: Guy Harris --- CREDITS | 1 + print-pflog.c | 1 + 2 files changed, 2 insertions(+) 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" -- 2.39.5