From 032642d666080cbd1a7f759ece90c2f06ed69fe3 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 17 May 2015 10:47:30 -0700 Subject: Don't assume you have if you have . Debian/kFreeBSD ships but not . --- print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print.c') diff --git a/print.c b/print.c index 648a8993..1e7feb6e 100644 --- a/print.c +++ b/print.c @@ -120,7 +120,7 @@ static const struct printer printers[] = { #ifdef DLT_PPP_ETHER { pppoe_if_print, DLT_PPP_ETHER }, #endif -#if defined(DLT_PFLOG) && defined(HAVE_NET_PFVAR_H) +#if defined(DLT_PFLOG) && defined(HAVE_NET_IF_PFLOG_H) { pflog_if_print, DLT_PFLOG }, #endif { token_if_print, DLT_IEEE802 }, -- cgit v1.2.1