mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 06:03:45 +01:00
mingw uses windows sockets.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26223 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6ac6e38c28
commit
56b4f97277
@ -14,7 +14,9 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#ifndef HAVE_WINSOCK2
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
#include "mp_msg.h"
|
||||
#include "mpbswap.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user