Fix tcp_server_utils_posix_common
@ -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 */