aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/socket_utils.h
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-08-10 13:35:53 -0700
committerGravatar murgatroid99 <mlumish@google.com>2016-08-10 13:35:53 -0700
commit2f320cac223d9b4c72e9e2d6eb8d194a6d73d4bf (patch)
tree84a66327b2dd2d9c17d66600aaebec3d7fa981bc /src/core/lib/iomgr/socket_utils.h
parent32ee4a66e2c66f58ba56976541fd6183e656dbf0 (diff)
Fix some #include statements and add one dependency in build.yaml
Diffstat (limited to 'src/core/lib/iomgr/socket_utils.h')
-rw-r--r--src/core/lib/iomgr/socket_utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/lib/iomgr/socket_utils.h b/src/core/lib/iomgr/socket_utils.h
index 238061ea5a..6ce9a6859c 100644
--- a/src/core/lib/iomgr/socket_utils.h
+++ b/src/core/lib/iomgr/socket_utils.h
@@ -37,9 +37,9 @@
#include "src/core/lib/iomgr/port.h"
#ifdef GRPC_WINSOCK_SOCKET
-#include "sockaddr_windows.h"
+#include "src/core/lib/iomgr/sockaddr_windows.h"
#else
-#include "sockaddr_posix.h"
+#include "src/core/lib/iomgr/sockaddr_posix.h"
#endif
/* A wrapper for inet_ntop on POSIX systems and InetNtop on Windows systems */