diff --git a/libs/libc/netdb/lib_gethostbyaddrr.c b/libs/libc/netdb/lib_gethostbyaddrr.c index 9da2e0beef..cae3968400 100644 --- a/libs/libc/netdb/lib_gethostbyaddrr.c +++ b/libs/libc/netdb/lib_gethostbyaddrr.c @@ -108,7 +108,7 @@ static bool lib_lo_ipv4match(FAR const void *addr, socklen_t len, int type) * ****************************************************************************/ -#if (defined CONFIG_NET_LOOPBACK) && defined (CONFIG_NET_IPv6) +#if (defined CONFIG_NET_LOOPBACK) && defined (CONFIG_NET_IPv6) static bool lib_lo_ipv6match(FAR const void *addr, socklen_t len, int type) { FAR struct in_addr6 *ipv6addr;