From 2514302658d4c9655965f90d560b58e6dc92856b Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 16 Apr 2011 18:31:53 +0200 Subject: Use net/ethernet.h instead of linux/if_ether.h in more cases. Closes 3619 Signed-off-by: Denys Vlasenko --- networking/interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking/interface.c') 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 -- cgit v1.2.3