mirror of https://github.com/mpv-player/mpv
Cygwin compilation fix
patch by Erik Lunchpail < erik_27can %%@%% yahoo %%.%% com > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17447 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c87bb64f5b
commit
0690369049
|
@ -28,7 +28,9 @@
|
|||
#define mkdir(a,b) mkdir(a)
|
||||
#endif
|
||||
#include <windows.h>
|
||||
#ifdef HAVE_WINSOCK2
|
||||
#include <winsock2.h>
|
||||
#endif
|
||||
#else
|
||||
#include <netdb.h>
|
||||
#include <sys/ioctl.h>
|
||||
|
|
Loading…
Reference in New Issue