aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/socket_utils_posix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/iomgr/socket_utils_posix.c')
-rw-r--r--src/core/iomgr/socket_utils_posix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/iomgr/socket_utils_posix.c b/src/core/iomgr/socket_utils_posix.c
index 262d606af9..e8c8071037 100644
--- a/src/core/iomgr/socket_utils_posix.c
+++ b/src/core/iomgr/socket_utils_posix.c
@@ -36,7 +36,7 @@
#ifdef GPR_POSIX_SOCKETUTILS
#define _BSD_SOURCE
-#include "src/core/endpoint/socket_utils.h"
+#include "src/core/iomgr/socket_utils_posix.h"
#include <fcntl.h>
#include <sys/socket.h>