mirror of https://git.ffmpeg.org/ffmpeg.git
avutil/mem_internal: add missing header includes
Fixes make checkheaders Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
ce91bab70f
commit
39a04ebcaf
|
@ -21,6 +21,9 @@
|
|||
#ifndef AVUTIL_MEM_INTERNAL_H
|
||||
#define AVUTIL_MEM_INTERNAL_H
|
||||
|
||||
#include "avassert.h"
|
||||
#include "mem.h"
|
||||
|
||||
static inline int ff_fast_malloc(void *ptr, unsigned int *size, size_t min_size, int zero_realloc)
|
||||
{
|
||||
void *val;
|
||||
|
|
Loading…
Reference in New Issue