Browse Source

avutil/bprint:ædd io.h, try to fix msvc build

Suggested-by: jamrial
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.3
Michael Niedermayer 11 years ago
parent
commit
31d49db75e
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      libavutil/bprint.c

+ 3
- 0
libavutil/bprint.c View File

@@ -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


Loading…
Cancel
Save