From 1fe6e66ecec3fb7a7cc729038012cbb264542331 Mon Sep 17 00:00:00 2001 From: Denis Ovsienko Date: Sat, 15 Mar 2014 14:19:49 +0400 Subject: make use of NETDISSECT_REWORKED Update the already converted decoders to define the macro and to include interface.h instead of netdissect.h. Fix incurred compile errors. --- print-vjc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'print-vjc.c') diff --git a/print-vjc.c b/print-vjc.c index 14f35dad..24f8a122 100644 --- a/print-vjc.c +++ b/print-vjc.c @@ -19,13 +19,14 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ +#define NETDISSECT_REWORKED #ifdef HAVE_CONFIG_H #include "config.h" #endif #include -#include "netdissect.h" +#include "interface.h" #include "slcompress.h" #include "ppp.h" -- cgit v1.2.1