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:
diego 2006-01-20 22:44:12 +00:00
parent c87bb64f5b
commit 0690369049
1 changed files with 2 additions and 0 deletions

View File

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