mirror of https://github.com/mpv-player/mpv
added needed errno.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7165 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c2b67a610b
commit
1d057df47f
|
@ -20,6 +20,8 @@ extern int vo_mpegpes_fd;
|
|||
extern int vo_mpegpes_fd2;
|
||||
#endif
|
||||
|
||||
#include <errno.h>
|
||||
|
||||
static ao_info_t info =
|
||||
{
|
||||
#ifdef HAVE_DVB
|
||||
|
|
Loading…
Reference in New Issue