diff options
author | Kostya Serebryany <kcc@google.com> | 2016-12-07 21:02:48 +0000 |
---|---|---|
committer | Kostya Serebryany <kcc@google.com> | 2016-12-07 21:02:48 +0000 |
commit | 64a055549a976c5c30c57cbb7ff696e809c79a2e (patch) | |
tree | b4352a5a2b754e03a5bc7b6c49e1c96ce0d27286 /llvm/lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp | |
parent | 624e1b348cb4a0cc98470c24eee12010c1e627f0 (diff) | |
download | bcm5719-llvm-64a055549a976c5c30c57cbb7ff696e809c79a2e.tar.gz bcm5719-llvm-64a055549a976c5c30c57cbb7ff696e809c79a2e.zip |
[libFuzzer] include FuzzerIO.h and hopefully fix the Mac build. reported by Dejan Mircevski
llvm-svn: 288979
Diffstat (limited to 'llvm/lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp')
-rw-r--r-- | llvm/lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp b/llvm/lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp index 78d8de7e023..65b0458dcee 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; |