--- libs/link/include/ableton/platforms/Config.hpp.orig 2021-12-03 12:55:21 UTC +++ libs/link/include/ableton/platforms/Config.hpp @@ -36,7 +36,7 @@ #include #include #include -#elif defined(LINK_PLATFORM_LINUX) +#elif defined(LINK_PLATFORM_LINUX) || defined(__FreeBSD__) #include #include #include @@ -77,7 +77,7 @@ using IoContext = platforms::asio::Context; using Random = platforms::stl::Random; -#elif defined(LINK_PLATFORM_LINUX) +#elif defined(LINK_PLATFORM_LINUX) || defined(__FreeBSD__) using Clock = platforms::linux::ClockMonotonicRaw; using Random = platforms::stl::Random; #ifdef __linux__