mirror of https://git.ffmpeg.org/ffmpeg.git
avutil/buffer_internal: Include internal for buffer_size_t
Fixes checkheaders. Reviewed-by: James Almer <jamrial@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
parent
2f056def65
commit
1ad628d2c2
|
@ -22,6 +22,7 @@
|
|||
#include <stdatomic.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "internal.h"
|
||||
#include "buffer.h"
|
||||
#include "thread.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue