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-bootp.c | |
| parent | c41ac00245c5d3508c076ce9ea64bb5725327178 (diff) | |
Notes
Diffstat (limited to 'contrib/tcpdump/print-bootp.c')
| -rw-r--r-- | contrib/tcpdump/print-bootp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tcpdump/print-bootp.c b/contrib/tcpdump/print-bootp.c index 0a699f124cae..4402e499caac 100644 --- a/contrib/tcpdump/print-bootp.c +++ b/contrib/tcpdump/print-bootp.c @@ -36,7 +36,7 @@ struct rtentry; #include <net/if.h> #include <netinet/in.h> -#include <netinet/if_ether.h> +#include <net/ethernet.h> #include <ctype.h> #include <stdio.h> |
