From cf6eaa7071127039fd0c848be05416fae0a7b006 Mon Sep 17 00:00:00 2001 From: Muxi Yan <mxyan@google.com> Date: Mon, 28 Nov 2016 13:43:42 -0800 Subject: [PATCH] Add <string.h> to test_config.c --- test/core/util/test_config.c | 1 + 1 file changed, 1 insertion(+) 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> -- GitLab