diff options
Diffstat (limited to 'print-symantec.c')
-rw-r--r-- | print-symantec.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print-symantec.c b/print-symantec.c index fd19286e..631c7d96 100644 --- a/print-symantec.c +++ b/print-symantec.c @@ -19,13 +19,14 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ +#define NETDISSECT_REWORKED #ifdef HAVE_CONFIG_H #include "config.h" #endif #include <tcpdump-stdinc.h> -#include "netdissect.h" +#include "interface.h" #include "extract.h" #include "ethertype.h" |