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-nflog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print-nflog.c') diff --git a/print-nflog.c b/print-nflog.c index a29b930c..b096e9ec 100644 --- a/print-nflog.c +++ b/print-nflog.c @@ -31,7 +31,7 @@ #include -#include "interface.h" +#include "netdissect.h" #if defined(DLT_NFLOG) && defined(HAVE_PCAP_NFLOG_H) #include -- cgit v1.2.1