diff options
Diffstat (limited to 'llvm/lib/Fuzzer/FuzzerUtilDarwin.cpp')
-rw-r--r-- | llvm/lib/Fuzzer/FuzzerUtilDarwin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Fuzzer/FuzzerUtilDarwin.cpp b/llvm/lib/Fuzzer/FuzzerUtilDarwin.cpp index 4c90998c897..62f0f2271fe 100644 --- a/llvm/lib/Fuzzer/FuzzerUtilDarwin.cpp +++ b/llvm/lib/Fuzzer/FuzzerUtilDarwin.cpp @@ -10,6 +10,7 @@ //===----------------------------------------------------------------------===// #include "FuzzerDefs.h" #if LIBFUZZER_APPLE +#include "FuzzerIO.h" #include <mutex> #include <signal.h> #include <spawn.h> |