diff --git a/games/Bugdom2/files/patch-Source_3D_3DMath.c b/games/Bugdom2/files/patch-Source_3D_3DMath.c new file mode 100644 index 000000000000..97dcc833beb2 --- /dev/null +++ b/games/Bugdom2/files/patch-Source_3D_3DMath.c @@ -0,0 +1,12 @@ +--- Source/3D/3DMath.c.orig 2024-04-18 14:30:18 UTC ++++ Source/3D/3DMath.c +@@ -12,6 +12,9 @@ + + #include "game.h" + ++#if defined(__VEC__) ++#include ++#endif + + /****************************/ + /* PROTOTYPES */