From f5fe14663d9ed32b7a995ed0924c04e705f74237 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Le Bail Date: Fri, 11 Sep 2015 13:22:56 +0200 Subject: libnetdissect code must include 'netdissect.h', not 'interface.h' Moreover: Remove netdissect.h include in interface.h Move thiszone declaration in netdissect.h Update a comment --- af.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'af.c') diff --git a/af.c b/af.c index cfa0648e..539ede52 100644 --- a/af.c +++ b/af.c @@ -20,7 +20,7 @@ #endif #include -#include "interface.h" +#include "netdissect.h" #include "af.h" const struct tok af_values[] = { -- cgit v1.2.1