newlib fixe from Shaun Jackman
This commit is contained in:
parent
ca1b6fc745
commit
3b05b80cd7
@ -1374,7 +1374,7 @@ static struct hwtype loop_hwtype = {
|
||||
#if HAVE_HWETHER
|
||||
#include <net/if_arp.h>
|
||||
|
||||
#if __GLIBC__ >=2 && __GLIBC_MINOR >= 1
|
||||
#if (__GLIBC__ >=2 && __GLIBC_MINOR >= 1) || defined(_NEWLIB_VERSION)
|
||||
#include <net/ethernet.h>
|
||||
#else
|
||||
#include <linux/if_ether.h>
|
||||
|
Loading…
Reference in New Issue
Block a user