Fix build on FreeBSD __unix__ is defined on FreeBSD and makes #elif __FreeBSD__ section skipped --- test/common/utils_concurrency_limit.h.orig 2021-10-04 09:50:18 UTC +++ test/common/utils_concurrency_limit.h @@ -37,12 +37,11 @@ #endif #include #include -#elif __FreeBSD__ -#include +#if __FreeBSD__ #include -#include #include #include +#endif #endif #include