diff options
Diffstat (limited to 'print-otv.c')
| -rw-r--r-- | print-otv.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print-otv.c b/print-otv.c index 3b182f7e..6daec446 100644 --- a/print-otv.c +++ b/print-otv.c @@ -13,13 +13,14 @@ * Original code by Francesco Fondelli (francesco dot fondelli, gmail dot com) */ +#define NETDISSECT_REWORKED #ifdef HAVE_CONFIG_H #include "config.h" #endif #include <tcpdump-stdinc.h> -#include "netdissect.h" +#include "interface.h" #include "extract.h" /* |
