From 9d6db96f364021c5ed6b42db84e2d091a4e7137a Mon Sep 17 00:00:00 2001 From: Google AutoFuzz Team Date: Mon, 24 Jun 2019 10:03:06 -0400 Subject: [PATCH] Update fuzz.h --- src/test_lib_json/fuzz.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test_lib_json/fuzz.h b/src/test_lib_json/fuzz.h index d5bc08e..0816d27 100644 --- a/src/test_lib_json/fuzz.h +++ b/src/test_lib_json/fuzz.h @@ -9,6 +9,6 @@ #include #include -int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size); +extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size); #endif // ifndef FUZZ_H_INCLUDED