diff options
Diffstat (limited to 'libc/inet/inet_net.c')
-rw-r--r-- | libc/inet/inet_net.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/inet_net.c b/libc/inet/inet_net.c index 51edcf212..e46c9a561 100644 --- a/libc/inet/inet_net.c +++ b/libc/inet/inet_net.c @@ -40,7 +40,7 @@ #ifdef __UCLIBC_HAS_XLOCALE__ libc_hidden_proto(__ctype_b_loc) -#elif __UCLIBC_HAS_CTYPE_TABLES__ +#elif defined __UCLIBC_HAS_CTYPE_TABLES__ libc_hidden_proto(__ctype_b) #endif |