[Mplayer-cvslog] CVS: main/libmpdemux rtp.c,1.1,1.2
Bohdan 'Nexus' Horst
nexus at mplayer.dev.hu
Mon Dec 24 17:24:38 CET 2001
Update of /cvsroot/mplayer/main/libmpdemux
In directory mplayer:/var/tmp.root/cvs-serv31635
Modified Files:
rtp.c
Log Message:
FreeBSD fix
Index: rtp.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/rtp.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rtp.c 23 Dec 2001 22:09:02 -0000 1.1
+++ rtp.c 24 Dec 2001 16:24:35 -0000 1.2
@@ -1,8 +1,8 @@
/* Imported from the dvbstream-0.2 project */
#include <stdlib.h>
#include <string.h>
-#include <netinet/in.h>
#include <unistd.h>
+#include <netinet/in.h>
#include <stdlib.h>
#include <stdio.h>
#include <sys/types.h>
More information about the MPlayer-cvslog
mailing list