changeset 952:e461801687c9 libavutil

Add missing avutil.h include to libavutil/mem.h
author mru
date Sat, 26 Jun 2010 18:14:31 +0000
parents 1cf2ecdd1127
children 567489a515b2
files mem.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mem.h	Fri Jun 25 04:36:17 2010 +0000
+++ b/mem.h	Sat Jun 26 18:14:31 2010 +0000
@@ -27,6 +27,7 @@
 #define AVUTIL_MEM_H
 
 #include "attributes.h"
+#include "avutil.h"
 
 #if defined(__ICC) && _ICC < 1200 || defined(__SUNPRO_C)
     #define DECLARE_ALIGNED(n,t,v)      t __attribute__ ((aligned (n))) v