mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avcodec/ac3dsp: add missing stddef.h include
Should fix make checkheaders Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
a30adf9f96
commit
6d19611251
@ -22,6 +22,7 @@
|
||||
#ifndef AVCODEC_AC3DSP_H
|
||||
#define AVCODEC_AC3DSP_H
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user