From 53fc965b480c0682d6812a64109cd3925aa2867f Mon Sep 17 00:00:00 2001 From: Kuba Mracek Date: Mon, 13 Feb 2017 23:28:06 +0000 Subject: [PATCH] Fixup for r293885: Update external.cc testcase to include the forgotten stdlib.h. llvm-svn: 295002 --- compiler-rt/test/tsan/Darwin/external.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler-rt/test/tsan/Darwin/external.cc b/compiler-rt/test/tsan/Darwin/external.cc index f1c6ebb802f8..3c5e71a0f8f0 100644 --- a/compiler-rt/test/tsan/Darwin/external.cc +++ b/compiler-rt/test/tsan/Darwin/external.cc @@ -17,6 +17,7 @@ #include #include #include +#include struct MyObject; typedef MyObject *MyObjectRef;