Skip to content

Commit 46d3565

Browse files
Google-Autofuzzbaylesj
authored andcommitted
Update fuzz.h
1 parent 2943441 commit 46d3565

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
@@ -7,7 +7,7 @@
77
#define FUZZ_H_INCLUDED
88

99
#include <cstddef>
10-
#include <cstdint>
10+
#include <stdint.h>
1111

1212
int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size);
1313

0 commit comments

Comments
 (0)