From b915e9e0fc85ba6f398b3fab0db6a81a8913af94 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Mon, 2 Jan 2017 19:17:04 +0000 Subject: Vendor import of llvm trunk r290819: https://llvm.org/svn/llvm-project/llvm/trunk@290819 --- lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp') diff --git a/lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp b/lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp index 7b9681a61932..06bddd5de38f 100644 --- a/lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp +++ b/lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp @@ -11,10 +11,11 @@ // requires that clients of LibFuzzer pass ``--export-dynamic`` to the linker. // That is a complication we don't wish to expose to clients right now. //===----------------------------------------------------------------------===// -#include "FuzzerInternal.h" +#include "FuzzerDefs.h" #if LIBFUZZER_APPLE #include "FuzzerExtFunctions.h" +#include "FuzzerIO.h" #include using namespace fuzzer; @@ -45,5 +46,7 @@ ExternalFunctions::ExternalFunctions() { #undef EXT_FUNC } + } // namespace fuzzer + #endif // LIBFUZZER_APPLE -- cgit v1.3