From 9bd9a03ad04cc2377e5443c834b1af3f42617a39 Mon Sep 17 00:00:00 2001 From: Mitch Phillips Date: Thu, 30 May 2019 20:48:05 +0000 Subject: [PATCH] Attempt to fix 'mutex.h' not found when building mutex_posix. llvm-svn: 362149 --- compiler-rt/lib/gwp_asan/platform_specific/mutex_posix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/lib/gwp_asan/platform_specific/mutex_posix.cpp b/compiler-rt/lib/gwp_asan/platform_specific/mutex_posix.cpp index e15bca8..8bd405e 100644 --- a/compiler-rt/lib/gwp_asan/platform_specific/mutex_posix.cpp +++ b/compiler-rt/lib/gwp_asan/platform_specific/mutex_posix.cpp @@ -6,7 +6,7 @@ // //===----------------------------------------------------------------------===// -#include "mutex.h" +#include "gwp_asan/mutex.h" #include #include -- 2.7.4