[PATCH] D27349: [libFuzzer] Diff 12 - Include missing header. Required to use `Printf()`.
Marcos Pividori via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 2 09:16:23 PST 2016
mpividori created this revision.
mpividori added reviewers: kcc, zturner.
mpividori added a subscriber: llvm-commits.
mpividori set the repository for this revision to rL LLVM.
Repository:
rL LLVM
https://reviews.llvm.org/D27349
Files:
lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp
Index: lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp
===================================================================
--- lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp
+++ lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp
@@ -15,6 +15,7 @@
#if LIBFUZZER_APPLE
#include "FuzzerExtFunctions.h"
+#include "FuzzerIO.h"
#include <dlfcn.h>
using namespace fuzzer;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27349.80079.patch
Type: text/x-patch
Size: 344 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161202/d060431c/attachment.bin>
More information about the llvm-commits
mailing list