diff options
Diffstat (limited to 'libc/inet/herror.c')
-rw-r--r-- | libc/inet/herror.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/inet/herror.c b/libc/inet/herror.c index e24d93b3e..7ccf51e47 100644 --- a/libc/inet/herror.c +++ b/libc/inet/herror.c @@ -17,6 +17,8 @@ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ +#define __FORCE_GLIBC__ +#include <features.h> #include <stdio.h> #include <string.h> #include <netdb.h> |