From: Guy Harris Date: Thu, 28 May 2020 00:22:58 +0000 (-0700) Subject: There is no ether.h, so don't try to include it. X-Git-Tag: tcpdump-4.99-bp~359^2~12 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/da4b8e2a71a82112b32fb5c03e8b4a7f832ae157 There is no ether.h, so don't try to include it. --- diff --git a/print-macsec.c b/print-macsec.c index 0a95e02c..b1f96cf6 100644 --- a/print-macsec.c +++ b/print-macsec.c @@ -31,7 +31,6 @@ #include "netdissect.h" #include "addrtoname.h" -#include "ether.h" #include "ethertype.h" #include "extract.h"