Skip to content
Snippets Groups Projects
Commit 12b4b271 authored by Yuchen Zeng's avatar Yuchen Zeng Committed by GitHub
Browse files

Merge pull request #10268 from y-zeng/fix_tcp

Fix tcp_server_utils_posix_common
parents af61d0b7 b1290956
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment