vo: fix mingw compilation

This commit is contained in:
wm4 2014-08-14 01:30:20 +02:00
parent 061a5af544
commit de399278fc
1 changed files with 2 additions and 0 deletions

View File

@ -23,8 +23,10 @@
#include <stdbool.h>
#include <pthread.h>
#ifndef __MINGW32__
#include <unistd.h>
#include <poll.h>
#endif
#include <libavutil/common.h>