Skip to content

Commit d81a3ca

Browse files
Google-Autofuzzbaylesj
authored andcommitted
Update fuzz.h
1 parent 2939d85 commit d81a3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test_lib_json/fuzz.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
#include <cstddef>
1010
#include <stdint.h>
1111

12-
int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size);
12+
extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size);
1313

1414
#endif // ifndef FUZZ_H_INCLUDED

0 commit comments

Comments
 (0)