aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/socket_utils_posix.h
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <zyc@google.com>2016-10-13 17:26:26 -0700
committerGravatar Yuchen Zeng <zyc@google.com>2016-10-13 17:26:26 -0700
commitde3daf5d630fdd4396ed37b59d9550d5665b1e58 (patch)
tree11e9d9061f1739de16341636118c209ffdfb5336 /src/core/lib/iomgr/socket_utils_posix.h
parenta4f708a4c4af88e114209eb29f625c4d4d935bb4 (diff)
More interfaces for grpc_socket_mutator
Diffstat (limited to 'src/core/lib/iomgr/socket_utils_posix.h')
-rw-r--r--src/core/lib/iomgr/socket_utils_posix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/lib/iomgr/socket_utils_posix.h b/src/core/lib/iomgr/socket_utils_posix.h
index d84a95d3d3..0ad2d39497 100644
--- a/src/core/lib/iomgr/socket_utils_posix.h
+++ b/src/core/lib/iomgr/socket_utils_posix.h
@@ -39,6 +39,7 @@
#include <grpc/impl/codegen/grpc_types.h>
#include "src/core/lib/iomgr/error.h"
+#include "src/core/lib/iomgr/socket_mutator.h"
/* a wrapper for accept or accept4 */
int grpc_accept4(int sockfd, struct sockaddr *addr, socklen_t *addrlen,