Update fuzz.h

This commit is contained in:
Google AutoFuzz Team 2019-06-24 09:50:41 -04:00 committed by Jordan Bayles
parent 29434414d7
commit 46d35659ef

View File

@ -7,7 +7,7 @@
#define FUZZ_H_INCLUDED
#include <cstddef>
#include <cstdint>
#include <stdint.h>
int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size);