From: Denys Vlasenko Date: Sat, 16 Apr 2011 16:31:53 +0000 (+0200) Subject: Use net/ethernet.h instead of linux/if_ether.h in more cases. Closes 3619 X-Git-Tag: 1_19_0~176 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2514302658d4c9655965f90d560b58e6dc92856b;p=oweals%2Fbusybox.git Use net/ethernet.h instead of linux/if_ether.h in more cases. Closes 3619 Signed-off-by: Denys Vlasenko --- diff --git a/networking/interface.c b/networking/interface.c index 83af62b7c..bea54c180 100644 --- a/networking/interface.c +++ b/networking/interface.c @@ -32,7 +32,7 @@ */ #include #include -#if (defined(__GLIBC__) && __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1) || defined(_NEWLIB_VERSION) +#ifndef __UCLIBC__ # include #else # include