diff options
Diffstat (limited to 'libbb/xconnect.c')
-rw-r--r-- | libbb/xconnect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/xconnect.c b/libbb/xconnect.c index f3a1b44..bc6505a 100644 --- a/libbb/xconnect.c +++ b/libbb/xconnect.c @@ -17,7 +17,7 @@ int xconnect(const char *host, const char *port) { -#if CONFIG_FEATURE_IPV6 +#ifdef CONFIG_FEATURE_IPV6 struct addrinfo hints; struct addrinfo *res; struct addrinfo *addr_info; |