diff --git a/src/REL/m461Dll/main.c b/src/REL/m461Dll/main.c index 0d20a7d3..1c4b57cc 100644 --- a/src/REL/m461Dll/main.c +++ b/src/REL/m461Dll/main.c @@ -23,6 +23,10 @@ #include "ext_math.h" +#ifndef __MWERKS__ +#include "game/audio.h" +#endif + #undef ABS #define ABS(x) ((0 > (x)) ? -(x) : (x))