]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print.c
Compile with -Wshadow
[tcpdump] / print.c
diff --git a/print.c b/print.c
index 69aa45899ac9af911cb8b957b5a0c6e13877f764..c7381c0a2528cb4ff8099d4ba8695c1db00c30c0 100644 (file)
--- 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 },