commit | 64a055549a976c5c30c57cbb7ff696e809c79a2e | [log] [tgz] |
---|---|---|
author | Kostya Serebryany <kcc@google.com> | Wed Dec 07 21:02:48 2016 +0000 |
committer | Kostya Serebryany <kcc@google.com> | Wed Dec 07 21:02:48 2016 +0000 |
tree | b4352a5a2b754e03a5bc7b6c49e1c96ce0d27286 | |
parent | 624e1b348cb4a0cc98470c24eee12010c1e627f0 [diff] [blame] |
[libFuzzer] include FuzzerIO.h and hopefully fix the Mac build. reported by Dejan Mircevski llvm-svn: 288979
diff --git a/llvm/lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp b/llvm/lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp index 78d8de7..65b0458 100644 --- a/llvm/lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp +++ b/llvm/lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp
@@ -15,6 +15,7 @@ #if LIBFUZZER_APPLE #include "FuzzerExtFunctions.h" +#include "FuzzerIO.h" #include <dlfcn.h> using namespace fuzzer;