[Mplayer-cvslog] CVS: main/libvo vo_mpegpes.c,1.31,1.32
pl
pl at mplayerhq.hu
Thu May 30 13:59:27 CEST 2002
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv12984
Modified Files:
vo_mpegpes.c
Log Message:
warning fix (write()/close() require unistd.h)
Index: vo_mpegpes.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_mpegpes.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- vo_mpegpes.c 28 Apr 2002 02:24:05 -0000 1.31
+++ vo_mpegpes.c 30 May 2002 11:59:24 -0000 1.32
@@ -15,6 +15,7 @@
*
*/
+#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -22,8 +23,8 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
+#include <unistd.h>
-#include "config.h"
#include "mp_msg.h"
#ifdef HAVE_DVB
@@ -33,7 +34,6 @@
#include <sys/ioctl.h>
#include <stdio.h>
#include <time.h>
-#include <unistd.h>
#include <ost/dmx.h>
#include <ost/frontend.h>
More information about the MPlayer-cvslog
mailing list