[Mplayer-cvslog] CVS: main open.c,1.1,1.2

Arpi of Ize arpi at mplayer.dev.hu
Thu Aug 9 17:47:42 CEST 2001


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv32563

Modified Files:
	open.c 
Log Message:
freebsd fix

Index: open.c
===================================================================
RCS file: /cvsroot/mplayer/main/open.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- open.c	9 Aug 2001 01:17:24 -0000	1.1
+++ open.c	9 Aug 2001 15:47:40 -0000	1.2
@@ -7,6 +7,10 @@
 
 #include "config.h"
 
+#ifdef __FreeBSD__
+#include <sys/cdrio.h>
+#endif
+
 #include "stream.h"
 
 #ifdef STREAMING




More information about the MPlayer-cvslog mailing list