--- libretro-common/rthreads/rthreads.c.orig 2023-10-30 09:18:10 UTC +++ libretro-common/rthreads/rthreads.c @@ -56,7 +56,7 @@ #include #endif -#if defined(VITA) || defined(BSD) || defined(ORBIS) || defined(__mips__) || defined(_3DS) +#if defined(VITA) || defined(BSD) || defined(ORBIS) || defined(__mips__) || defined(_3DS) || (__FreeBSD__ <= 12) #include #endif