mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-06 17:29:08 +08:00
avassert: add missing #include <stdlib.h>
Originally committed as revision 25286 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user