diff options
author | Måns Rullgård <mans@mansr.com> | 2010-10-01 13:55:20 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-10-01 13:55:20 +0000 |
commit | 0795b861742eb244737cb15a544bb6d81f98c260 (patch) | |
tree | 36986311760db5fabb91da6b808da92032a3f28a | |
parent | f23ceeb84dcac0cf3993a1a8fa4b667a1c3c20df (diff) | |
download | ffmpeg-0795b861742eb244737cb15a544bb6d81f98c260.tar.gz |
avassert: add missing #include <stdlib.h>
Originally committed as revision 25286 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavutil/avassert.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/avassert.h b/libavutil/avassert.h index 25f24a6267..8dd4878c11 100644 --- a/libavutil/avassert.h +++ b/libavutil/avassert.h @@ -27,6 +27,7 @@ #ifndef AVUTIL_AVASSERT_H #define AVUTIL_AVASSERT_H +#include <stdlib.h> #include "avutil.h" #include "log.h" |