diff options
Diffstat (limited to 'libc/inet/herror.c')
-rw-r--r-- | libc/inet/herror.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/inet/herror.c b/libc/inet/herror.c index cfcf0e23a..063f6e93e 100644 --- a/libc/inet/herror.c +++ b/libc/inet/herror.c @@ -24,6 +24,7 @@ #include <netdb.h> libc_hidden_proto(fprintf) +libc_hidden_proto(__h_errno_location) static const char *error_msg = "Resolver error"; static const char *const h_errlist[] = { |