mirror of
https://github.com/sheumann/hush.git
synced 2024-12-23 05:29:58 +00:00
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
|
#if HAVE_HWETHER
|
||||||
#include <net/if_arp.h>
|
#include <net/if_arp.h>
|
||||||
|
|
||||||
#if __GLIBC__ >=2 && __GLIBC_MINOR >= 1
|
#if (__GLIBC__ >=2 && __GLIBC_MINOR >= 1) || defined(_NEWLIB_VERSION)
|
||||||
#include <net/ethernet.h>
|
#include <net/ethernet.h>
|
||||||
#else
|
#else
|
||||||
#include <linux/if_ether.h>
|
#include <linux/if_ether.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user