diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1997-01-03 20:10:04 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1997-01-03 20:10:04 +0000 |
| commit | ee3e76337136982bd2409a691664d03bdf9cafc6 (patch) | |
| tree | 15d55084a1f828859968c15c65d00ca2cceaedb2 /contrib/tcpdump/print-ether.c | |
| parent | c41ac00245c5d3508c076ce9ea64bb5725327178 (diff) | |
Notes
Diffstat (limited to 'contrib/tcpdump/print-ether.c')
| -rw-r--r-- | contrib/tcpdump/print-ether.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tcpdump/print-ether.c b/contrib/tcpdump/print-ether.c index 405f495a9c42..bab00596d903 100644 --- a/contrib/tcpdump/print-ether.c +++ b/contrib/tcpdump/print-ether.c @@ -34,7 +34,7 @@ struct rtentry; #include <net/if.h> #include <netinet/in.h> -#include <netinet/if_ether.h> +#include <net/ethernet.h> #include <netinet/in_systm.h> #include <netinet/ip.h> #include <netinet/ip_var.h> |
