diff options
author | Mitch Phillips <mitchphillips@outlook.com> | 2019-05-30 20:48:05 +0000 |
---|---|---|
committer | Mitch Phillips <mitchphillips@outlook.com> | 2019-05-30 20:48:05 +0000 |
commit | 4931e611d1d4acacf8c843553bb73fd566d97a9c (patch) | |
tree | bddf3b5de2208ef09ef711f6be168402dc753ea4 /lib/gwp_asan/platform_specific/mutex_posix.cpp | |
parent | 23c6936b7467f0f703c7100629d6fda3b3b5b501 (diff) | |
download | compiler-rt-4931e611d1d4acacf8c843553bb73fd566d97a9c.tar.gz |
Attempt to fix 'mutex.h' not found when building mutex_posix.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@362149 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/gwp_asan/platform_specific/mutex_posix.cpp')
-rw-r--r-- | lib/gwp_asan/platform_specific/mutex_posix.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gwp_asan/platform_specific/mutex_posix.cpp b/lib/gwp_asan/platform_specific/mutex_posix.cpp index e15bca882..8bd405e10 100644 --- a/lib/gwp_asan/platform_specific/mutex_posix.cpp +++ b/lib/gwp_asan/platform_specific/mutex_posix.cpp @@ -6,7 +6,7 @@ // //===----------------------------------------------------------------------===// -#include "mutex.h" +#include "gwp_asan/mutex.h" #include <assert.h> #include <pthread.h> |