diff options
Diffstat (limited to 'libc/inet/inet_net.c')
| -rw-r--r-- | libc/inet/inet_net.c | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/libc/inet/inet_net.c b/libc/inet/inet_net.c index 59cf36022..64c6c3e84 100644 --- a/libc/inet/inet_net.c +++ b/libc/inet/inet_net.c @@ -37,6 +37,11 @@  #include <ctype.h>  #include <netinet/in.h>  #include <arpa/inet.h> +#ifdef __UCLIBC_HAS_XLOCALE__ +libc_hidden_proto(__ctype_b_loc) +#else +libc_hidden_proto(__ctype_b) +#endif  /*   * Internet network address interpretation routine. | 
