[Mplayer-cvslog] CVS: main/libmpdemux stream_ftp.c,1.3,1.4

Sascha Sommer CVS faust3 at mplayerhq.hu
Sun Aug 17 13:07:42 CEST 2003


Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv15667/libmpdemux

Modified Files:
	stream_ftp.c 
Log Message:
fix compilation on mingw

Index: stream_ftp.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/stream_ftp.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- stream_ftp.c	16 Aug 2003 22:21:12 -0000	1.3
+++ stream_ftp.c	17 Aug 2003 11:07:18 -0000	1.4
@@ -7,12 +7,12 @@
 #include <stdio.h>
 
 #include <sys/types.h>
-#include <sys/socket.h>
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <unistd.h>
 #include <errno.h>
 #ifndef HAVE_WINSOCK2
+#include <sys/socket.h>
 #define closesocket close
 #else
 #include <winsock2.h>



More information about the MPlayer-cvslog mailing list