Add stddef.h to fix missing size_t type build errors.

This commit is contained in:
Simon Pilgrim 2020-06-23 13:12:18 +01:00
parent 5adf6a24e1
commit f1c671925b

View File

@ -10,6 +10,7 @@
///
//===----------------------------------------------------------------------===//
#include "src/string/strcmp.h"
#include <stddef.h>
#include <stdint.h>
extern "C" int LLVMFuzzerTestTwoInputs(const uint8_t *data1, size_t size1,