1--- Source/3D/3DMath.c.orig 2024-04-18 14:30:18 UTC 2+++ Source/3D/3DMath.c 3@@ -12,6 +12,9 @@ 4 5 #include "game.h" 6 7+#if defined(__VEC__) 8+#include <altivec.h> 9+#endif 10 11 /****************************/ 12 /* PROTOTYPES */ 13 14