aboutsummaryrefslogtreecommitdiff
path: root/contrib/tcpdump/print-ether.c
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1997-01-03 20:10:04 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1997-01-03 20:10:04 +0000
commitee3e76337136982bd2409a691664d03bdf9cafc6 (patch)
tree15d55084a1f828859968c15c65d00ca2cceaedb2 /contrib/tcpdump/print-ether.c
parentc41ac00245c5d3508c076ce9ea64bb5725327178 (diff)
downloadsrc-ee3e76337136982bd2409a691664d03bdf9cafc6.tar.gz
src-ee3e76337136982bd2409a691664d03bdf9cafc6.zip
Update to reflect changes in net/if.h.
Notes
Notes: svn path=/head/; revision=21262
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 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>