From 161c7f866114aea9901b9c9665f0af4786a62efa Mon Sep 17 00:00:00 2001 From: Jonas Hahnfeld Date: Tue, 13 Sep 2016 14:42:40 +0000 Subject: [PATCH] [asan] Add missing include for rand() llvm-svn: 281342 --- compiler-rt/test/asan/TestCases/Linux/release_to_os_test.cc | 1 + 1 file changed, 1 insertion(+) 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 -- 2.7.4