summaryrefslogtreecommitdiff
path: root/libavutil
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-01-30 18:52:51 +0000
committerDiego Biurrun <diego@biurrun.de>2009-01-30 18:52:51 +0000
commit9d52d54df35d43b149ed1d1607fc95948df70f8c (patch)
treede79d0a1f707c9cd769249b0e19a9110c041cc65 /libavutil
parentdbef3f46b9d112766f2a773a19a0ed86d6e130f8 (diff)
Add required header mem.h, av_malloc and friends are used.
Originally committed as revision 16863 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/internal.h b/libavutil/internal.h
index 63d14a55e3..6138892785 100644
--- a/libavutil/internal.h
+++ b/libavutil/internal.h
@@ -36,6 +36,7 @@
#include <assert.h>
#include "config.h"
#include "common.h"
+#include "mem.h"
#include "timer.h"
#ifndef attribute_align_arg