diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-07-09 17:58:20 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-07-09 18:16:45 +0200 |
commit | 31d49db75eea2032f1929b5c0bccc2b9c39e2006 (patch) | |
tree | 4d1ad7adda30ee9103940454a3457fc40c14bc0c /libavutil | |
parent | b83e0903ec4d2cb555fb5ba9c28c2dabde8091e5 (diff) | |
download | ffmpeg-31d49db75eea2032f1929b5c0bccc2b9c39e2006.tar.gz |
avutil/bprint:ædd io.h, try to fix msvc build
Suggested-by: jamrial
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/bprint.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavutil/bprint.c b/libavutil/bprint.c index 4fd902ef74..325ff17b62 100644 --- a/libavutil/bprint.c +++ b/libavutil/bprint.c @@ -30,6 +30,9 @@ #include "error.h" #include "mem.h" +#if HAVE_IO_H +#include <io.h> +#endif #if HAVE_UNISTD_H #include <unistd.h> #endif |