From 32472026767d377a6503fc8e676d34e99ea4471e Mon Sep 17 00:00:00 2001 From: Google AutoFuzz Team Date: Mon, 24 Jun 2019 09:49:23 -0400 Subject: [PATCH] Updated fuzz.h --- src/test_lib_json/fuzz.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/test_lib_json/fuzz.h b/src/test_lib_json/fuzz.h index f650437..60897a4 100644 --- a/src/test_lib_json/fuzz.h +++ b/src/test_lib_json/fuzz.h @@ -6,9 +6,9 @@ #ifndef FUZZ_H_INCLUDED #define FUZZ_H_INCLUDED -#include -#include +#include +#include -extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size); +int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size); #endif // ifndef FUZZ_H_INCLUDED