aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/json
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-03-30 04:50:07 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-03-30 04:50:07 +0200
commit1635d36a0a543e8ae75b57e3cb8d1af97fcb0438 (patch)
treea7fbd288ba6a1f837eb7c4ed9f8feddb5d6ac74a /test/core/json
parentbc1fdeee8f6046a9bf694f08feed61ca8c429db8 (diff)
Missing include.
Diffstat (limited to 'test/core/json')
-rw-r--r--test/core/json/fuzzer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/core/json/fuzzer.c b/test/core/json/fuzzer.c
index 7fe9f72776..a62ffebccb 100644
--- a/test/core/json/fuzzer.c
+++ b/test/core/json/fuzzer.c
@@ -35,6 +35,7 @@
#include <string.h>
#include <grpc/support/alloc.h>
+#include <grpc/support/log.h>
#include "src/core/lib/json/json.h"