diff options
Diffstat (limited to 'libc')
-rw-r--r-- | libc/inet/ether_addr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/inet/ether_addr.c b/libc/inet/ether_addr.c index 172bf9f81..a0e9dc88f 100644 --- a/libc/inet/ether_addr.c +++ b/libc/inet/ether_addr.c @@ -15,13 +15,14 @@ */ +#define __FORCE_GLIBC +#include <features.h> #include <ctype.h> #include <stdio.h> #include <stdlib.h> #include <netinet/ether.h> #include <netinet/if_ether.h> -#define __FORCE_GLIBC struct ether_addr *ether_aton(const char *asc) { static struct ether_addr result; |