aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-03-04 01:10:56 +0000
committerMike Frysinger <vapier@gentoo.org>2005-03-04 01:10:56 +0000
commit3b05b80cd799be427aa8b325b93db84632b9ca43 (patch)
tree383a365eb2d0bad4b134cb081e553c0028130158 /libbb
parentca1b6fc74568e5c272c2b526429fcded5c8bd663 (diff)
downloadbusybox-3b05b80cd799be427aa8b325b93db84632b9ca43.tar.gz
newlib fixe from Shaun Jackman
Diffstat (limited to 'libbb')
-rw-r--r--libbb/interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/interface.c b/libbb/interface.c
index fe2d0b4b2..db18b9ad9 100644
--- a/libbb/interface.c
+++ b/libbb/interface.c
@@ -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>