aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/socket_utils.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/socket_utils.h
parent79b322751f6b6b0c11599235c5e62375c235783d (diff)
Separate out iomgr-specific constants into a separate header
Diffstat (limited to 'src/core/lib/iomgr/socket_utils.h')
-rw-r--r--src/core/lib/iomgr/socket_utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/lib/iomgr/socket_utils.h b/src/core/lib/iomgr/socket_utils.h
index 69774aac74..1d871a34e6 100644
--- a/src/core/lib/iomgr/socket_utils.h
+++ b/src/core/lib/iomgr/socket_utils.h
@@ -34,6 +34,8 @@
#ifndef GRPC_CORE_LIB_IOMGR_SOCKET_UTILS_H
#define GRPC_CORE_LIB_IOMGR_SOCKET_UTILS_H
+#include "src/core/lib/iomgr/port.h"
+
#ifdef GPR_WINSOCK_SOCKET
#include "sockaddr_windows.h"
#else