diff options
-rw-r--r-- | CREDITS | 1 | ||||
-rw-r--r-- | print-pflog.c | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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> 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" |