$NetBSD: patch-ab,v 1.2 2006/03/01 22:49:07 wiz Exp $ --- tcpdutil.c.orig 2000-04-18 08:08:34.000000000 +0000 +++ tcpdutil.c @@ -30,6 +30,7 @@ #include #include #include +#include #include #include @@ -141,7 +142,7 @@ read_infile(char *fname) void -bpf_dump(FILE *output, struct bpf_program *p, int option) +my_bpf_dump(FILE *output, struct bpf_program *p, int option) { struct bpf_insn *insn; int i;