mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-30 07:35:17 +02:00
10 lines
231 B
Diff
10 lines
231 B
Diff
--- a/compiler-rt/lib/fuzzer/FuzzerInterceptors.cpp.orig
|
|
+++ b/compiler-rt/lib/fuzzer/FuzzerInterceptors.cpp
|
|
@@ -25,6 +25,7 @@
|
|
}
|
|
|
|
#include <cassert>
|
|
+#include <cstddef>
|
|
#include <cstdint>
|
|
#include <dlfcn.h> // for dlsym()
|
|
|