diff options
-rw-r--r-- | apps/codecs/libwmapro/wmapro_mdct.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/codecs/libwmapro/wmapro_mdct.c b/apps/codecs/libwmapro/wmapro_mdct.c index fc4e99279c..3f5439e5f3 100644 --- a/apps/codecs/libwmapro/wmapro_mdct.c +++ b/apps/codecs/libwmapro/wmapro_mdct.c @@ -5,7 +5,11 @@ #include "../lib/fft.h" /* for FFT data structures */ #include "codeclib.h" -#include "../lib/codeclib_misc.h" /* for XNPROD31 */ + /* for XNPROD31 */ +#include "asm_arm.h" +#include "asm_mcf5249.h" +#include "codeclib_misc.h" + #include "wmapro_math.h" void imdct_half(unsigned int nbits, int32_t *output, const int32_t *input){ |