forked from OSchip/llvm-project
Attempt to fix 'mutex.h' not found when building mutex_posix.
llvm-svn: 362149
This commit is contained in:
parent
5c4c44310a
commit
9bd9a03ad0
|
@ -6,7 +6,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "mutex.h"
|
||||
#include "gwp_asan/mutex.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <pthread.h>
|
||||
|
|
Loading…
Reference in New Issue