diff options
author | 2021-01-02 17:10:07 +0000 | |
---|---|---|
committer | 2021-01-02 17:10:07 +0000 | |
commit | 1f9cb04fc6f537ca6cf5a53c28927340cba218a2 (patch) | |
tree | b7ed93e9425eb3b3592edb1eedf5dd5ca8a1b515 /gnu/llvm/compiler-rt/lib/fuzzer/FuzzerExtFunctionsWindows.cpp | |
parent | Add missing .Cm macros to the Address Family table. (diff) | |
download | wireguard-openbsd-1f9cb04fc6f537ca6cf5a53c28927340cba218a2.tar.xz wireguard-openbsd-1f9cb04fc6f537ca6cf5a53c28927340cba218a2.zip |
Import compiler-rt 11.0.0 release.
ok kettenis@
Diffstat (limited to 'gnu/llvm/compiler-rt/lib/fuzzer/FuzzerExtFunctionsWindows.cpp')
-rw-r--r-- | gnu/llvm/compiler-rt/lib/fuzzer/FuzzerExtFunctionsWindows.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerExtFunctionsWindows.cpp b/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerExtFunctionsWindows.cpp index 55efe8f80e9..688bad1d51c 100644 --- a/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerExtFunctionsWindows.cpp +++ b/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerExtFunctionsWindows.cpp @@ -9,7 +9,7 @@ // compiled with MSVC. Uses weak aliases when compiled with clang. Unfortunately // the method each compiler supports is not supported by the other. //===----------------------------------------------------------------------===// -#include "FuzzerDefs.h" +#include "FuzzerPlatform.h" #if LIBFUZZER_WINDOWS #include "FuzzerExtFunctions.h" |