Browse Source

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>
tags/n2.8
James Almer 10 years ago
parent
commit
39a04ebcaf
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      libavutil/mem_internal.h

+ 3
- 0
libavutil/mem_internal.h View File

@@ -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