aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/support/thd.c
diff options
context:
space:
mode:
authorGravatar Perumaal S <perumaal@chromium.org>2016-10-25 11:27:18 -0700
committerGravatar Perumaal S <perumaal@chromium.org>2016-10-25 11:27:18 -0700
commite1e3c8bafe95d1827bcd50613e86ac111cbf0ac8 (patch)
tree78eac58408e85b0a08d524cdb6733e6dfda6addd /src/core/lib/support/thd.c
parentb40a8fa95b8ede3fe35e7f07bf902cde807879b2 (diff)
Fix incorrect header in thd.c
Diffstat (limited to 'src/core/lib/support/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>