// Copyright 2023 Filipe Coelho <falktx@falktx.com>
// SPDX-License-Identifier: 0BSD OR ISC

#pragma once
#include_next <mutex>

#if __GNUC__ < 12
#include "mingw.mutex.h"
#endif
