Commit eee6ad38 authored by Michael Niedermayer's avatar Michael Niedermayer

avdevice/lavfi: add io.h, should fix msvc build

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 550bda74
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment