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-llc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print-llc.c') diff --git a/print-llc.c b/print-llc.c index c86618b8..11f248bb 100644 --- a/print-llc.c +++ b/print-llc.c @@ -28,7 +28,7 @@ #include -#include "interface.h" +#include "netdissect.h" #include "addrtoname.h" #include "extract.h" /* must come after interface.h */ -- cgit v1.2.1