X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/38700c7f24646dfbc6ac0ed529d3ed727c545cd0..a8abce5c5e2dce2ba6dbccd5d3829da104b80f9c:/bpf_dump.c diff --git a/bpf_dump.c b/bpf_dump.c index 05ae760a..7cfe49a9 100644 --- a/bpf_dump.c +++ b/bpf_dump.c @@ -20,14 +20,14 @@ */ #ifdef HAVE_CONFIG_H -#include "config.h" +#include #endif -#include +#include "netdissect-stdinc.h" #include -#include "interface.h" +#include "netdissect.h" void bpf_dump(const struct bpf_program *p, int option)