commit | 2a48c24d77c6b5bd7d7f3ed52839a5cf2981dabf | [log] [tgz] |
---|---|---|
author | Kostya Serebryany <kcc@google.com> | Fri Nov 13 01:54:40 2015 +0000 |
committer | Kostya Serebryany <kcc@google.com> | Fri Nov 13 01:54:40 2015 +0000 |
tree | 944e1deb2fce3cdfd78d663e6d5cedf35a6201ab | |
parent | a87d0ae61b42e06e0b86ac114e3613a9976d2ca0 [diff] [blame] |
[libFuzzer] make libFuzzer build even with a compiler that does not have sanitizer headers llvm-svn: 253003
diff --git a/llvm/lib/Fuzzer/FuzzerIO.cpp b/llvm/lib/Fuzzer/FuzzerIO.cpp index 4bb2df5..abc444a 100644 --- a/llvm/lib/Fuzzer/FuzzerIO.cpp +++ b/llvm/lib/Fuzzer/FuzzerIO.cpp
@@ -15,6 +15,7 @@ #include <sys/types.h> #include <sys/stat.h> #include <unistd.h> +#include <cstdarg> #include <cstdio> namespace fuzzer {