aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-04-08 11:25:26 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-04-08 11:25:26 -0700
commit1861dca16c8c75e8e8deaee7d11c9e98dd83b4d8 (patch)
tree1fbb3904bbbb755eda5fe4f147336f04cd195967 /src/core/iomgr
parent532fa365a00ac53912771bb9b4dca98633b90fc3 (diff)
Fix #ifdef
Diffstat (limited to 'src/core/iomgr')
-rw-r--r--src/core/iomgr/endpoint_pair_windows.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/iomgr/endpoint_pair_windows.c b/src/core/iomgr/endpoint_pair_windows.c
index 365f2d15a7..a30d3f70ab 100644
--- a/src/core/iomgr/endpoint_pair_windows.c
+++ b/src/core/iomgr/endpoint_pair_windows.c
@@ -33,7 +33,7 @@
#include <grpc/support/port_platform.h>
-#ifdef GPR_POSIX_SOCKET
+#ifdef GPR_WINSOCK_SOCKET
#include "src/core/iomgr/endpoint_pair.h"