aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/unix_sockets_posix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/iomgr/unix_sockets_posix.c')
-rw-r--r--src/core/iomgr/unix_sockets_posix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/iomgr/unix_sockets_posix.c b/src/core/iomgr/unix_sockets_posix.c
index 035b55fa69..8ff474c6d4 100644
--- a/src/core/iomgr/unix_sockets_posix.c
+++ b/src/core/iomgr/unix_sockets_posix.c
@@ -35,6 +35,7 @@
#ifdef GPR_HAVE_UNIX_SOCKET
+#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/un.h>