mingw uses windows sockets.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26223 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
vayne 2008-03-11 18:36:10 +00:00
parent 6ac6e38c28
commit 56b4f97277
1 changed files with 2 additions and 0 deletions

View File

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