mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-20 14:31:47 +00:00
11 lines
227 B
Diff
11 lines
227 B
Diff
--- compiler-rt/lib/fuzzer/FuzzerInterceptors.cpp.orig
|
|
+++ compiler-rt/lib/fuzzer/FuzzerInterceptors.cpp
|
|
@@ -25,6 +25,7 @@
|
|
}
|
|
|
|
#include <cassert>
|
|
+#include <cstddef>
|
|
#include <cstdint>
|
|
#include <dlfcn.h> // for dlsym()
|
|
|