X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/bbedebc666a341d8e14922dce37a92766400c798..a24cccfd4abcda51db9f73f46d425c7c1e357a87:/bpf_dump.c diff --git a/bpf_dump.c b/bpf_dump.c index 2ef85283..7cfe49a9 100644 --- a/bpf_dump.c +++ b/bpf_dump.c @@ -19,16 +19,15 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#define NETDISSECT_REWORKED #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)