X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/513f782ae18791f0c925b9235da749b38159b607..296d466cd6bbf2f7e75e15bb6a01268e88c76ed0:/bpf_dump.c diff --git a/bpf_dump.c b/bpf_dump.c index f2ed59cc..da50c3e2 100644 --- a/bpf_dump.c +++ b/bpf_dump.c @@ -19,15 +19,14 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif +#include #include "netdissect-stdinc.h" #include #include "netdissect.h" +#include "interface.h" void bpf_dump(const struct bpf_program *p, int option)