From 18689d59bbbb606d71ecbabc413cdca1bf64b297 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 10 Jan 2003 03:47:08 +0000 Subject: [PATCH] Fix warnings --- libc/inet/ether_addr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 #include #include #include #include #include -#define __FORCE_GLIBC struct ether_addr *ether_aton(const char *asc) { static struct ether_addr result; -- 2.11.0