summaryrefslogtreecommitdiffstats
path: root/contrib/tcpdump/print-ether.c
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1997-01-03 20:10:04 +0000
committerwollman <wollman@FreeBSD.org>1997-01-03 20:10:04 +0000
commitfb791032510b5ca78a473360cea58d11db7a91ac (patch)
tree15d55084a1f828859968c15c65d00ca2cceaedb2 /contrib/tcpdump/print-ether.c
parentc88a2b6050bf02d1daf2c41c3f286d02b0a985b1 (diff)
downloadFreeBSD-src-fb791032510b5ca78a473360cea58d11db7a91ac.zip
FreeBSD-src-fb791032510b5ca78a473360cea58d11db7a91ac.tar.gz
Update to reflect changes in net/if.h.
Diffstat (limited to 'contrib/tcpdump/print-ether.c')
-rw-r--r--contrib/tcpdump/print-ether.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tcpdump/print-ether.c b/contrib/tcpdump/print-ether.c
index 405f495..bab0059 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>
OpenPOWER on IntegriCloud