diff --git a/3rdparty/bx/include/compat/freebsd/alloca.h b/3rdparty/bx/include/compat/freebsd/alloca.h index c8b49f26d17..12a69ea6372 100644 --- a/3rdparty/bx/include/compat/freebsd/alloca.h +++ b/3rdparty/bx/include/compat/freebsd/alloca.h @@ -1 +1,5 @@ +#ifdef __GLIBC__ +#include_next +#else #include +#endif