aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--networking/interface.c2
1 files changed, 1 insertions, 1 deletions
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 @@
32 */ 32 */
33#include <net/if.h> 33#include <net/if.h>
34#include <net/if_arp.h> 34#include <net/if_arp.h>
35#if (defined(__GLIBC__) && __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1) || defined(_NEWLIB_VERSION) 35#ifndef __UCLIBC__
36# include <net/ethernet.h> 36# include <net/ethernet.h>
37#else 37#else
38# include <linux/if_ether.h> 38# include <linux/if_ether.h>