Unbreak world build by adding the necessary <net/ethernet.h> include.

Submitted by:	Nickolay Dudorov <nnd@wint.itfs.nsk.su>
This commit is contained in:
Ruslan Ermilov 2000-08-02 07:37:44 +00:00
parent d1b04ce6b7
commit 6bc4ee4976
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64121

View File

@ -38,6 +38,7 @@ BEGIN {
print "#include <sys/socket.h>"
print "#include <sys/time.h>"
print "#include <sys/tty.h>"
print "#include <net/ethernet.h>"
print "#include <net/if.h>"
print "#include <net/if_var.h>"
print "#include <net/route.h>"