[libFuzzer] include FuzzerIO.h and hopefully fix the Mac build. reported by Dejan...
authorKostya Serebryany <kcc@google.com>
Wed, 7 Dec 2016 21:02:48 +0000 (21:02 +0000)
committerKostya Serebryany <kcc@google.com>
Wed, 7 Dec 2016 21:02:48 +0000 (21:02 +0000)
llvm-svn: 288979

llvm/lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp

index 78d8de7..65b0458 100644 (file)
@@ -15,6 +15,7 @@
 #if LIBFUZZER_APPLE
 
 #include "FuzzerExtFunctions.h"
+#include "FuzzerIO.h"
 #include <dlfcn.h>
 
 using namespace fuzzer;