X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/f5fe14663d9ed32b7a995ed0924c04e705f74237..c39d40a767a1ae36171e5bcbf6f157ff3e80fb6c:/bpf_dump.c?ds=sidebyside diff --git a/bpf_dump.c b/bpf_dump.c index 9bad38d3..1ac74a24 100644 --- a/bpf_dump.c +++ b/bpf_dump.c @@ -20,14 +20,15 @@ */ #ifdef HAVE_CONFIG_H -#include "config.h" +#include #endif -#include +#include "netdissect-stdinc.h" #include #include "netdissect.h" +#include "interface.h" void bpf_dump(const struct bpf_program *p, int option)