Add missing avutil.h include to libavutil/mem.h
authorMåns Rullgård <mans@mansr.com>
Sat, 26 Jun 2010 18:14:31 +0000 (18:14 +0000)
committerMåns Rullgård <mans@mansr.com>
Sat, 26 Jun 2010 18:14:31 +0000 (18:14 +0000)
Originally committed as revision 23803 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavutil/mem.h

index 561def5..2a93135 100644 (file)
@@ -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