forked from FFmpeg/FFmpeg
avassert: add missing #include <stdlib.h>
Originally committed as revision 25286 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f23ceeb84d
commit
0795b86174
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
||||||
#ifndef AVUTIL_AVASSERT_H
|
#ifndef AVUTIL_AVASSERT_H
|
||||||
#define AVUTIL_AVASSERT_H
|
#define AVUTIL_AVASSERT_H
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
#include "avutil.h"
|
#include "avutil.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue