aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/tcp_server_utils_posix.h
diff options
context:
space:
mode:
authorGravatar apolcyn <apolcyn@google.com>2018-02-23 12:10:45 -0800
committerGravatar GitHub <noreply@github.com>2018-02-23 12:10:45 -0800
commitdc46c7f565196d6684d5cf6ee81e99b413ba5282 (patch)
tree3d14c95492b835fadf32ea1d224269ee912c6b54 /src/core/lib/iomgr/tcp_server_utils_posix.h
parent5699cfcd4537df3a4358034fcfefed1ccc5a66a2 (diff)
parentdb3e898a981ea0ae49823415efab78edd09a90ab (diff)
Merge pull request #14487 from apolcyn/port_platform_sanity
Sanity check for inclusion of port_platform.h
Diffstat (limited to 'src/core/lib/iomgr/tcp_server_utils_posix.h')
-rw-r--r--src/core/lib/iomgr/tcp_server_utils_posix.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/lib/iomgr/tcp_server_utils_posix.h b/src/core/lib/iomgr/tcp_server_utils_posix.h
index 6046f257f9..34d68130c9 100644
--- a/src/core/lib/iomgr/tcp_server_utils_posix.h
+++ b/src/core/lib/iomgr/tcp_server_utils_posix.h
@@ -19,6 +19,8 @@
#ifndef GRPC_CORE_LIB_IOMGR_TCP_SERVER_UTILS_POSIX_H
#define GRPC_CORE_LIB_IOMGR_TCP_SERVER_UTILS_POSIX_H
+#include <grpc/support/port_platform.h>
+
#include "src/core/lib/iomgr/ev_posix.h"
#include "src/core/lib/iomgr/resolve_address.h"
#include "src/core/lib/iomgr/socket_utils_posix.h"