summaryrefslogtreecommitdiff
path: root/lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-01-02 19:17:04 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-01-02 19:17:04 +0000
commitb915e9e0fc85ba6f398b3fab0db6a81a8913af94 (patch)
tree98b8f811c7aff2547cab8642daf372d6c59502fb /lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp
parent6421cca32f69ac849537a3cff78c352195e99f1b (diff)
Notes
Diffstat (limited to 'lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp')
-rw-r--r--lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp5
1 files changed, 4 insertions, 1 deletions
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 <dlfcn.h>
using namespace fuzzer;
@@ -45,5 +46,7 @@ ExternalFunctions::ExternalFunctions() {
#undef EXT_FUNC
}
+
} // namespace fuzzer
+
#endif // LIBFUZZER_APPLE