1
0
Fork 0

avcodec/ac3dsp: add missing stddef.h include

Should fix make checkheaders

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2023-12-01 12:42:22 -03:00
parent a30adf9f96
commit 6d19611251
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#ifndef AVCODEC_AC3DSP_H
#define AVCODEC_AC3DSP_H
#include <stddef.h>
#include <stdint.h>
/**