Add <string.h> to test_config.c

pull/8873/head
Muxi Yan 8 years ago
parent 389c595fe3
commit cf6eaa7071
  1. 1
      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>

Loading…
Cancel
Save