diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-01-30 18:52:51 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-01-30 18:52:51 +0000 |
commit | 9d52d54df35d43b149ed1d1607fc95948df70f8c (patch) | |
tree | de79d0a1f707c9cd769249b0e19a9110c041cc65 | |
parent | dbef3f46b9d112766f2a773a19a0ed86d6e130f8 (diff) | |
download | ffmpeg-9d52d54df35d43b149ed1d1607fc95948df70f8c.tar.gz |
Add required header mem.h, av_malloc and friends are used.
Originally committed as revision 16863 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavutil/internal.h | 1 |
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 |