mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 13:52:28 +00:00
Fix #include <shared_mutex>
This commit is contained in:
parent
f047172bd3
commit
3b15d31247
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_MUTEX_
|
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_SHARED_MUTEX_
|
||||||
#define COSMOPOLITAN_LIBC_ISYSTEM_MUTEX_
|
#define COSMOPOLITAN_LIBC_ISYSTEM_SHARED_MUTEX_
|
||||||
#include "third_party/libcxx/shared_mutex"
|
#include "third_party/libcxx/shared_mutex"
|
||||||
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_MUTEX_ */
|
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_SHARED_MUTEX_ */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue