mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-29 18:53:02 +00:00
avdevice/lavfi: add io.h, should fix msvc build
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
550bda741c
commit
eee6ad38f9
@ -45,6 +45,9 @@
|
||||
#if HAVE_UNISTD_H
|
||||
#include <unistd.h> /* close() */
|
||||
#endif
|
||||
#if HAVE_IO_H
|
||||
#include <io.h>
|
||||
#endif
|
||||
|
||||
typedef struct {
|
||||
AVClass *class; ///< class for private options
|
||||
|
Loading…
Reference in New Issue
Block a user