summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib
diff options
context:
space:
mode:
authorKamil Rytarowski <n54@gmx.com>2019-12-19 01:08:26 +0100
committerKamil Rytarowski <n54@gmx.com>2019-12-19 01:11:39 +0100
commit7e8541f3df064e133c9f99e889682833b17d5f8e (patch)
tree39ff247b10c0b63d4a39d6b299283aa0a19344fd /compiler-rt/lib
parent9aefe5f65ec6e8143f08b8e6f5b7d138d3283562 (diff)
downloadbcm5719-llvm-7e8541f3df064e133c9f99e889682833b17d5f8e.tar.gz
bcm5719-llvm-7e8541f3df064e133c9f99e889682833b17d5f8e.zip
[compiler-rt] [fuzzer] Include stdarg.h for va_list
Fixes build on NetBSD after 139e216e6610091b7ee3c30bc11114f5d73cbd3e.
Diffstat (limited to 'compiler-rt/lib')
-rw-r--r--compiler-rt/lib/fuzzer/afl/afl_driver.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/lib/fuzzer/afl/afl_driver.cpp b/compiler-rt/lib/fuzzer/afl/afl_driver.cpp
index f21dfc58fed..bb3b48f3672 100644
--- a/compiler-rt/lib/fuzzer/afl/afl_driver.cpp
+++ b/compiler-rt/lib/fuzzer/afl/afl_driver.cpp
@@ -43,6 +43,7 @@ If 1, close stdout at startup. If 2 close stderr; if 3 close both.
*/
#include <assert.h>
#include <errno.h>
+#include <stdarg.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
OpenPOWER on IntegriCloud