Commit 72390dea authored by James Almer's avatar James Almer

mips/ac3dsp_mips: add missing stddef.h header include

Fixes compilation failures after 567c67c6.
Reviewed-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent e40ea9f3
......@@ -53,6 +53,8 @@
* Reference: libavcodec/ac3dsp.c
*/
#include <stddef.h>
#include "config.h"
#include "libavcodec/ac3dsp.h"
#include "libavcodec/ac3.h"
......
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