From 152208fcdee738875f40dcb405139e80cb42f014 Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Wed, 7 Dec 2016 21:02:48 +0000 Subject: [PATCH] [libFuzzer] include FuzzerIO.h and hopefully fix the Mac build. reported by Dejan Mircevski git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@288979 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp b/lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp index 78d8de7e023..65b0458dcee 100644 --- a/lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp +++ b/lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp @@ -15,6 +15,7 @@ #if LIBFUZZER_APPLE #include "FuzzerExtFunctions.h" +#include "FuzzerIO.h" #include using namespace fuzzer; -- 2.50.1