Attempt to fix 'mutex.h' not found when building mutex_posix.

llvm-svn: 362149
This commit is contained in:
Mitch Phillips 2019-05-30 20:48:05 +00:00
parent 5c4c44310a
commit 9bd9a03ad0
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
//
//===----------------------------------------------------------------------===//
#include "mutex.h"
#include "gwp_asan/mutex.h"
#include <assert.h>
#include <pthread.h>