mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 06:10:12 +00:00
Add stddef.h to fix missing size_t type build errors.
This commit is contained in:
parent
5adf6a24e1
commit
f1c671925b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user