avassert: add missing #include <stdlib.h>

Originally committed as revision 25286 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2010-10-01 13:55:20 +00:00
parent f23ceeb84d
commit 0795b86174
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#ifndef AVUTIL_AVASSERT_H
#define AVUTIL_AVASSERT_H
#include <stdlib.h>
#include "avutil.h"
#include "log.h"