aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/unix_sockets_posix.h
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-08-08 17:01:18 -0700
committerGravatar murgatroid99 <mlumish@google.com>2016-08-08 17:01:18 -0700
commit5407089b37581b010504171d939f5a3238411027 (patch)
tree1b10a95a75862f1f2fc253170adf2cf1e59e5c94 /src/core/lib/iomgr/unix_sockets_posix.h
parent79b322751f6b6b0c11599235c5e62375c235783d (diff)
Separate out iomgr-specific constants into a separate header
Diffstat (limited to 'src/core/lib/iomgr/unix_sockets_posix.h')
-rw-r--r--src/core/lib/iomgr/unix_sockets_posix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/unix_sockets_posix.h b/src/core/lib/iomgr/unix_sockets_posix.h
index db0516d945..5458f6ab4f 100644
--- a/src/core/lib/iomgr/unix_sockets_posix.h
+++ b/src/core/lib/iomgr/unix_sockets_posix.h
@@ -34,7 +34,7 @@
#ifndef GRPC_CORE_LIB_IOMGR_UNIX_SOCKETS_POSIX_H
#define GRPC_CORE_LIB_IOMGR_UNIX_SOCKETS_POSIX_H
-#include <grpc/support/port_platform.h>
+#include "src/core/lib/iomgr/port.h"
#include <grpc/support/string_util.h>