Commit cd63dab5 authored by Andreas Rheinhardt's avatar Andreas Rheinhardt

avcodec/mips/ac3dsp_mips: Add missing includes

Likely broken in d7a75d21.
Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
parent 2df2b406
......@@ -54,11 +54,13 @@
*/
#include <stddef.h>
#include <string.h>
#include "config.h"
#include "libavcodec/ac3dsp.h"
#include "libavcodec/ac3.h"
#include "libavcodec/ac3tab.h"
#include "libavutil/macros.h"
#include "libavutil/mips/asmdefs.h"
#if HAVE_INLINE_ASM
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment