From b01e4b7727b16ee471f49f2103c7bdee3281979e Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Fri, 20 May 2016 03:43:39 +0000 Subject: [PATCH] Add #include for PS4 getenv shim. llvm-svn: 270179 --- compiler-rt/lib/profile/InstrProfilingValue.c | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler-rt/lib/profile/InstrProfilingValue.c b/compiler-rt/lib/profile/InstrProfilingValue.c index 856c8cf5bcab..12280eb5f157 100644 --- a/compiler-rt/lib/profile/InstrProfilingValue.c +++ b/compiler-rt/lib/profile/InstrProfilingValue.c @@ -9,6 +9,7 @@ #include "InstrProfiling.h" #include "InstrProfilingInternal.h" +#include "InstrProfilingUtil.h" // For PS4 getenv shim. #include #include #include