changeset 640:48119878cea3 libavutil

Add required header mem.h, av_malloc and friends are used.
author diego
date Fri, 30 Jan 2009 18:52:51 +0000
parents 19d5f5c17725
children 41e4544b228b
files internal.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/internal.h	Fri Jan 30 18:46:39 2009 +0000
+++ b/internal.h	Fri Jan 30 18:52:51 2009 +0000
@@ -36,6 +36,7 @@
 #include <assert.h>
 #include "config.h"
 #include "common.h"
+#include "mem.h"
 #include "timer.h"
 
 #ifndef attribute_align_arg