summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerExtFunctionsWindows.cpp
diff options
context:
space:
mode:
authorpatrick <patrick@openbsd.org>2021-01-02 17:10:07 +0000
committerpatrick <patrick@openbsd.org>2021-01-02 17:10:07 +0000
commit1f9cb04fc6f537ca6cf5a53c28927340cba218a2 (patch)
treeb7ed93e9425eb3b3592edb1eedf5dd5ca8a1b515 /gnu/llvm/compiler-rt/lib/fuzzer/FuzzerExtFunctionsWindows.cpp
parentAdd missing .Cm macros to the Address Family table. (diff)
downloadwireguard-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.cpp2
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"