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:
parent
d1b04ce6b7
commit
6bc4ee4976
@ -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>"
|
||||
|
Loading…
Reference in New Issue
Block a user