mirror of https://git.ffmpeg.org/ffmpeg.git
bprint: Include va_copy compat
Fixes build with MSVC and ICL. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
This commit is contained in:
parent
d5f38847f5
commit
d9c1fb8376
|
@ -26,6 +26,7 @@
|
|||
#include "avstring.h"
|
||||
#include "bprint.h"
|
||||
#include "common.h"
|
||||
#include "compat/va_copy.h"
|
||||
#include "error.h"
|
||||
#include "mem.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue