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 063f6e93e..66626c0a8 100644 --- a/libc/inet/herror.c +++ b/libc/inet/herror.c @@ -25,6 +25,7 @@ libc_hidden_proto(fprintf) libc_hidden_proto(__h_errno_location) +libc_hidden_proto(stderr) static const char *error_msg = "Resolver error"; static const char *const h_errlist[] = { |