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>
pull/140/head
James Almer 10 years ago
parent ce91bab70f
commit 39a04ebcaf
  1. 3
      libavutil/mem_internal.h

@ -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…
Cancel
Save