From 0690369049866f2fe0522938c4ce40c813603869 Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 20 Jan 2006 22:44:12 +0000 Subject: 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 --- libmpdemux/cddb.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libmpdemux/cddb.c') diff --git a/libmpdemux/cddb.c b/libmpdemux/cddb.c index 1d4010005b..dbeaba8b9d 100644 --- a/libmpdemux/cddb.c +++ b/libmpdemux/cddb.c @@ -28,7 +28,9 @@ #define mkdir(a,b) mkdir(a) #endif #include +#ifdef HAVE_WINSOCK2 #include +#endif #else #include #include -- cgit v1.2.3