X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/39d15607cad1b4b463794c1a67873f6182dc52f7..ff23dba40e728115b878b009ec299b47b924991d:/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