From 3b15d31247e3e9ed8843ddd4f63ae97ffdd977b8 Mon Sep 17 00:00:00 2001 From: Justine Tunney Date: Mon, 13 Nov 2023 08:30:17 -0800 Subject: [PATCH] Fix `#include ` --- libc/isystem/shared_mutex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libc/isystem/shared_mutex b/libc/isystem/shared_mutex index c2e0eb759..774f05c1d 100644 --- a/libc/isystem/shared_mutex +++ b/libc/isystem/shared_mutex @@ -1,4 +1,4 @@ -#ifndef COSMOPOLITAN_LIBC_ISYSTEM_MUTEX_ -#define COSMOPOLITAN_LIBC_ISYSTEM_MUTEX_ +#ifndef COSMOPOLITAN_LIBC_ISYSTEM_SHARED_MUTEX_ +#define COSMOPOLITAN_LIBC_ISYSTEM_SHARED_MUTEX_ #include "third_party/libcxx/shared_mutex" -#endif /* COSMOPOLITAN_LIBC_ISYSTEM_MUTEX_ */ +#endif /* COSMOPOLITAN_LIBC_ISYSTEM_SHARED_MUTEX_ */