From c1c3c77463d592cc576eaa491e604752044ca55a Mon Sep 17 00:00:00 2001 From: Francois-Xavier Le Bail Date: Sat, 5 Sep 2015 23:35:58 +0200 Subject: Printers must include 'netdissect.h', not 'interface.h' --- print-vtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print-vtp.c') diff --git a/print-vtp.c b/print-vtp.c index 2ee37542..3b2c95c5 100644 --- a/print-vtp.c +++ b/print-vtp.c @@ -28,7 +28,7 @@ #include -#include "interface.h" +#include "netdissect.h" #include "addrtoname.h" #include "extract.h" -- cgit v1.2.1