]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Fix build on systems with PF.
authorWesley Shields <[email protected]>
Wed, 31 Mar 2010 19:10:59 +0000 (12:10 -0700)
committerGuy Harris <[email protected]>
Wed, 31 Mar 2010 19:10:59 +0000 (12:10 -0700)
Reviewed-By: Guy Harris <[email protected]>
CREDITS
print-pflog.c

diff --git a/CREDITS b/CREDITS
index 8d287a736ea2d549eb0473b7bfaba5390cc42b54..0a3b56eb238f2eafa0525f8e8909db3a0b2b943a 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -173,6 +173,7 @@ Additional people who have contributed patches:
        Uns Lider                       <unslider at miranda dot org>
        Victor Oppleman                 <oppleman at users dot sourceforge dot net>
        Wesley Griffin                  <wgriffin at users dot sourceforge dot net>
+       Wesley Shields                  <wxs at FreeBSD dot org>
        Wilbert de Graaf                <wilbertdg at hetnet dot nl>
        Will Drewry                     <will at alum dot bu dot edu>
        William J. Hulley               <bill dot hulley at gmail dot com>
index d1a461561ee204dc617a965272e2e97077c55570..0cacabfc6e44df1286b81ac7f8ef7116eab3326c 100644 (file)
@@ -42,6 +42,7 @@ static const char rcsid[] _U_ =
 #include <stdio.h>
 #include <pcap.h>
 
+#include "extract.h"
 #include "interface.h"
 #include "addrtoname.h"