[Mplayer-cvslog] CVS: main xacodec.c,1.17,1.18

Bohdan 'Nexus' Horst nexus at mplayer.dev.hu
Tue Oct 23 10:55:56 CEST 2001


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

Modified Files:
	xacodec.c 
Log Message:
FreeBSD patch

Index: xacodec.c
===================================================================
RCS file: /cvsroot/mplayer/main/xacodec.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- xacodec.c	23 Oct 2001 02:32:59 -0000	1.17
+++ xacodec.c	23 Oct 2001 08:55:47 -0000	1.18
@@ -8,6 +8,10 @@
 #include <stdio.h>
 #include <stdlib.h>
 
+#ifdef __FreeBSD__
+#include <unistd.h>
+#endif
+
 #include <dlfcn.h> /* dlsym, dlopen, dlclose */
 #include <stdarg.h> /* va_alist, va_start, va_end */
 #include <errno.h> /* strerror, errno */




More information about the MPlayer-cvslog mailing list