X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/85a2dd977cad3e21b475abbedeb795989207b8db..1fe6e66ecec3fb7a7cc729038012cbb264542331:/print-beep.c diff --git a/print-beep.c b/print-beep.c index 1ddb9eb5..7982feb5 100644 --- a/print-beep.c +++ b/print-beep.c @@ -9,6 +9,7 @@ * */ +#define NETDISSECT_REWORKED #ifdef HAVE_CONFIG_H #include "config.h" #endif @@ -17,7 +18,7 @@ #include -#include "netdissect.h" +#include "interface.h" /* Check for a string but not go beyond length * Return TRUE on match, FALSE otherwise