diff options
Diffstat (limited to 'llvm/lib/Fuzzer/FuzzerUtilDarwin.cpp')
-rw-r--r-- | llvm/lib/Fuzzer/FuzzerUtilDarwin.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/llvm/lib/Fuzzer/FuzzerUtilDarwin.cpp b/llvm/lib/Fuzzer/FuzzerUtilDarwin.cpp index 62f0f2271fe..9674368c355 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> @@ -145,5 +146,7 @@ int ExecuteCommand(const std::string &Command) { } return ProcessStatus; } -} + +} // namespace fuzzer + #endif // LIBFUZZER_APPLE |