aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David G. Quintas <dgq@google.com>2016-10-25 14:49:05 -0700
committerGravatar GitHub <noreply@github.com>2016-10-25 14:49:04 -0700
commit64100caec9c79b87a0b1ac2ac41f196a057b827a (patch)
treefbfe2fdbec155f7e0e34ea4914a64aefffc83605
parent9859ac469d3fe7515aafe964f972ac0fc1810bc9 (diff)
parente1e3c8bafe95d1827bcd50613e86ac111cbf0ac8 (diff)
Merge pull request #8490 from perumaalgoog/master
Fix incorrect header in thd.c
-rw-r--r--src/core/lib/support/thd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/support/thd.c b/src/core/lib/support/thd.c
index 41daeb5d0e..40f53a18e5 100644
--- a/src/core/lib/support/thd.c
+++ b/src/core/lib/support/thd.c
@@ -33,7 +33,7 @@
/* Posix implementation for gpr threads. */
-#include <memory.h>
+#include <string.h>
#include <grpc/support/thd.h>