diff --git a/libretro-common/features/features_cpu.c b/libretro-common/features/features_cpu.c index dc5071e029..78e6f82d50 100644 --- a/libretro-common/features/features_cpu.c +++ b/libretro-common/features/features_cpu.c @@ -39,7 +39,7 @@ #include #endif -#if defined(__CELLOS_LV2__) +#if defined(__CELLOS_LV2__) || ( defined(__OpenBSD__) && defined(__powerpc__) ) #ifndef _PPU_INTRINSICS_H #include #endif