diff options
Diffstat (limited to 'test/core/support/string_test.c')
-rw-r--r-- | test/core/support/string_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/support/string_test.c b/test/core/support/string_test.c index e87a606aba..a01ec6f87f 100644 --- a/test/core/support/string_test.c +++ b/test/core/support/string_test.c @@ -31,7 +31,7 @@ * */ -#include <grpc/support/string.h> +#include "src/core/support/string.h" #include <stddef.h> #include <stdlib.h> |