From b129095618fd3288179e9cca0ed294e281eea5c2 Mon Sep 17 00:00:00 2001 From: Yuchen Zeng Date: Thu, 23 Mar 2017 10:37:02 -0700 Subject: [PATCH] Fix tcp_server_utils_posix_common --- src/core/lib/iomgr/tcp_server_utils_posix_common.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/lib/iomgr/tcp_server_utils_posix_common.c b/src/core/lib/iomgr/tcp_server_utils_posix_common.c index 283b92b0a2f..af2b00b4b54 100644 --- a/src/core/lib/iomgr/tcp_server_utils_posix_common.c +++ b/src/core/lib/iomgr/tcp_server_utils_posix_common.c @@ -33,7 +33,7 @@ #include "src/core/lib/iomgr/port.h" -#ifdef GRPC_HAVE_IFADDRS +#ifdef GRPC_POSIX_SOCKET #include "src/core/lib/iomgr/tcp_server_utils_posix.h" @@ -218,4 +218,4 @@ error: return ret; } -#endif /* GRPC_HAVE_IFADDRS */ +#endif /* GRPC_POSIX_SOCKET */