# HG changeset patch # User mru # Date 1277576071 0 # Node ID e461801687c91e4a4100080f4c00d564a57c3732 # Parent 1cf2ecdd11276296c6934cd1bda2629b975933ac Add missing avutil.h include to libavutil/mem.h diff -r 1cf2ecdd1127 -r e461801687c9 mem.h --- 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