summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/fuzzer/TraceMallocThreadedTest.cpp
diff options
context:
space:
mode:
authorKamil Rytarowski <n54@gmx.com>2018-01-12 17:15:05 +0000
committerKamil Rytarowski <n54@gmx.com>2018-01-12 17:15:05 +0000
commite81e94419901550cf7e6749f01643d5b2441b4b3 (patch)
treea2d20f5a3376a6755646c903f67206c1fcab1a04 /compiler-rt/test/fuzzer/TraceMallocThreadedTest.cpp
parent93483e7f39f99bc20e3e9bbe5506617c6973c7c3 (diff)
downloadbcm5719-llvm-e81e94419901550cf7e6749f01643d5b2441b4b3.tar.gz
bcm5719-llvm-e81e94419901550cf7e6749f01643d5b2441b4b3.zip
lib Fuzzer FreeBSD support
Summary: Patch by David CARLIER Reviewers: vitalybuka, kcc, dim, emaste, davide, morehouse, george.karpenkov Reviewed By: morehouse Subscribers: george.karpenkov, kubamracek, srhines, mgorny, emaste, krytarowski Differential Revision: https://reviews.llvm.org/D41642 llvm-svn: 322380
Diffstat (limited to 'compiler-rt/test/fuzzer/TraceMallocThreadedTest.cpp')
-rw-r--r--compiler-rt/test/fuzzer/TraceMallocThreadedTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/fuzzer/TraceMallocThreadedTest.cpp b/compiler-rt/test/fuzzer/TraceMallocThreadedTest.cpp
index 5603af344cb..2b83d3597f3 100644
--- a/compiler-rt/test/fuzzer/TraceMallocThreadedTest.cpp
+++ b/compiler-rt/test/fuzzer/TraceMallocThreadedTest.cpp
@@ -7,6 +7,7 @@
#include <cstddef>
#include <cstdint>
#include <cstring>
+#include <cstdlib>
#include <thread>
extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) {
OpenPOWER on IntegriCloud