Commit 6d196112 authored by James Almer's avatar James Almer

avcodec/ac3dsp: add missing stddef.h include

Should fix make checkheaders
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent a30adf9f
......@@ -22,6 +22,7 @@
#ifndef AVCODEC_AC3DSP_H
#define AVCODEC_AC3DSP_H
#include <stddef.h>
#include <stdint.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