[Mplayer-cvslog] CVS: main/libvo vo_bl.c,1.2,1.3
Rik Snel CVS
rik at mplayerhq.hu
Tue Nov 12 21:37:54 CET 2002
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv11717
Modified Files:
vo_bl.c
Log Message:
compilation fix by Sven Neumann <sven at gimp.org> of Blinkenlights fame
Index: vo_bl.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_bl.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vo_bl.c 11 Nov 2002 15:20:25 -0000 1.2
+++ vo_bl.c 12 Nov 2002 20:37:36 -0000 1.3
@@ -19,6 +19,7 @@
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
+#include <netdb.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/socket.h>
@@ -26,7 +27,6 @@
#include <sys/mman.h>
#include <sys/ioctl.h>
#include <netinet/in.h>
-#include <linux/types.h>
#include "config.h"
More information about the MPlayer-cvslog
mailing list