summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1997-01-05 18:14:12 +0000
committerwollman <wollman@FreeBSD.org>1997-01-05 18:14:12 +0000
commit46c0a6d72c1da40b6a451e4d232461094d30f2e7 (patch)
tree140b346b070bfd1517c754ec38e63d2d1d49a1f8
parent17cdaa2f54df6b9ffc677ecffc8364f64bdd4220 (diff)
downloadFreeBSD-src-46c0a6d72c1da40b6a451e4d232461094d30f2e7.zip
FreeBSD-src-46c0a6d72c1da40b6a451e4d232461094d30f2e7.tar.gz
Kill another bogus inclusion of <netinet/if_ether.h>.
-rw-r--r--contrib/libpcap/grammar.y2
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>
OpenPOWER on IntegriCloud