diff options
author | wollman <wollman@FreeBSD.org> | 1997-01-05 18:14:12 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1997-01-05 18:14:12 +0000 |
commit | 46c0a6d72c1da40b6a451e4d232461094d30f2e7 (patch) | |
tree | 140b346b070bfd1517c754ec38e63d2d1d49a1f8 /contrib | |
parent | 17cdaa2f54df6b9ffc677ecffc8364f64bdd4220 (diff) | |
download | FreeBSD-src-46c0a6d72c1da40b6a451e4d232461094d30f2e7.zip FreeBSD-src-46c0a6d72c1da40b6a451e4d232461094d30f2e7.tar.gz |
Kill another bogus inclusion of <netinet/if_ether.h>.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/libpcap/grammar.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libpcap/grammar.y b/contrib/libpcap/grammar.y index 08f639f..580c3ea 100644 --- a/contrib/libpcap/grammar.y +++ b/contrib/libpcap/grammar.y @@ -37,7 +37,7 @@ struct rtentry; #include <net/if.h> #include <netinet/in.h> -#include <netinet/if_ether.h> +#include <net/ethernet.h> #include <stdio.h> |