diff options
author | David G. Quintas <dgq@google.com> | 2016-10-25 14:49:05 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-25 14:49:04 -0700 |
commit | 64100caec9c79b87a0b1ac2ac41f196a057b827a (patch) | |
tree | fbfe2fdbec155f7e0e34ea4914a64aefffc83605 /src/core/lib | |
parent | 9859ac469d3fe7515aafe964f972ac0fc1810bc9 (diff) | |
parent | e1e3c8bafe95d1827bcd50613e86ac111cbf0ac8 (diff) |
Merge pull request #8490 from perumaalgoog/master
Fix incorrect header in thd.c
Diffstat (limited to 'src/core/lib')
-rw-r--r-- | src/core/lib/support/thd.c | 2 |
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> |