diff options
author | Perumaal S <perumaal@chromium.org> | 2016-10-25 11:27:18 -0700 |
---|---|---|
committer | Perumaal S <perumaal@chromium.org> | 2016-10-25 11:27:18 -0700 |
commit | e1e3c8bafe95d1827bcd50613e86ac111cbf0ac8 (patch) | |
tree | 78eac58408e85b0a08d524cdb6733e6dfda6addd /src/core/lib/support | |
parent | b40a8fa95b8ede3fe35e7f07bf902cde807879b2 (diff) |
Fix incorrect header in thd.c
Diffstat (limited to 'src/core/lib/support')
-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> |