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-ah.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'print-ah.c') diff --git a/print-ah.c b/print-ah.c index 360fc5e5..dd4130e4 100644 --- a/print-ah.c +++ b/print-ah.c @@ -21,6 +21,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ +#define NETDISSECT_REWORKED #ifdef HAVE_CONFIG_H #include "config.h" #endif @@ -29,7 +30,7 @@ #include "ah.h" -#include "netdissect.h" +#include "interface.h" #include "extract.h" int -- cgit v1.2.1