--- code/graphics/openxr_internal.h.orig 2025-11-04 13:00:12 UTC +++ code/graphics/openxr_internal.h @@ -7,7 +7,7 @@ #include #include -#ifndef __APPLE_CC__ +#if !defined(__APPLE_CC__) && !defined(__FreeBSD__) #include #include @@ -51,4 +51,4 @@ tl::optional(args)...); } -#endif \ No newline at end of file +#endif