aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/json
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-03-28 14:25:43 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-03-28 14:25:43 -0700
commitfdef23f8d381ca116af6e0ef83d68ca9ea4c363c (patch)
tree83fd9434026dd403295832d7a734f9bc8ea28fb0 /test/core/json
parentfdec85fc5af8ef5c4b8a9d28a1a61877ddbb0e22 (diff)
Fix includes
Diffstat (limited to 'test/core/json')
-rw-r--r--test/core/json/fuzzer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/json/fuzzer.c b/test/core/json/fuzzer.c
index eb29da3bf7..65f89e64a4 100644
--- a/test/core/json/fuzzer.c
+++ b/test/core/json/fuzzer.c
@@ -36,7 +36,7 @@
#include <grpc/support/alloc.h>
-#include "src/core/json/json.h"
+#include "src/core/lib/json/json.h"
int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
char *s = gpr_malloc(size);