summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2016-12-07 21:02:48 +0000
committerKostya Serebryany <kcc@google.com>2016-12-07 21:02:48 +0000
commit64a055549a976c5c30c57cbb7ff696e809c79a2e (patch)
treeb4352a5a2b754e03a5bc7b6c49e1c96ce0d27286 /llvm/lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp
parent624e1b348cb4a0cc98470c24eee12010c1e627f0 (diff)
downloadbcm5719-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.cpp1
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;
OpenPOWER on IntegriCloud