From: Jonas Hahnfeld Date: Tue, 13 Sep 2016 14:42:40 +0000 (+0000) Subject: [asan] Add missing include for rand() X-Git-Tag: llvmorg-4.0.0-rc1~9938 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=161c7f866114aea9901b9c9665f0af4786a62efa;p=platform%2Fupstream%2Fllvm.git [asan] Add missing include for rand() llvm-svn: 281342 --- diff --git a/compiler-rt/test/asan/TestCases/Linux/release_to_os_test.cc b/compiler-rt/test/asan/TestCases/Linux/release_to_os_test.cc index a5303fb..24924a2 100644 --- a/compiler-rt/test/asan/TestCases/Linux/release_to_os_test.cc +++ b/compiler-rt/test/asan/TestCases/Linux/release_to_os_test.cc @@ -6,6 +6,7 @@ // RUN: %env_asan_opts=allocator_release_to_os=0 %run %t 2>&1 | FileCheck %s --check-prefix=NO_RELEASE // // REQUIRES: x86_64-target-arch +#include #include #include #include