OpenBSD/powerpc: fix "undefined reference to __mftb"

This commit is contained in:
Charlène 2019-11-12 22:24:35 +01:00
parent 3f88a49bdc
commit 3038e9e1ce

View File

@ -39,7 +39,7 @@
#include <windows.h>
#endif
#if defined(__CELLOS_LV2__)
#if defined(__CELLOS_LV2__) || ( defined(__OpenBSD__) && defined(__powerpc__) )
#ifndef _PPU_INTRINSICS_H
#include <ppu_intrinsics.h>
#endif