diff options
author | Muxi Yan <mxyan@google.com> | 2016-11-28 13:43:42 -0800 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2016-11-28 13:43:42 -0800 |
commit | cf6eaa7071127039fd0c848be05416fae0a7b006 (patch) | |
tree | 1ff44082893ee6c0939def90e5035c2294968f76 /test/core/util | |
parent | 389c595fe3886f8c2b569be727c92f74453faf76 (diff) |
Add <string.h> to test_config.c
Diffstat (limited to 'test/core/util')
-rw-r--r-- | test/core/util/test_config.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/core/util/test_config.c b/test/core/util/test_config.c index 8e02f41b56..d86ed94637 100644 --- a/test/core/util/test_config.c +++ b/test/core/util/test_config.c @@ -37,6 +37,7 @@ #include <stdbool.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <grpc/support/alloc.h> #include <grpc/support/log.h> |