CVS: main asxparser.c,1.1,1.2 playtree.c,1.1,1.2
Update of /cvsroot/mplayer/main In directory mplayer:/var/tmp.root/cvs-serv32127 Modified Files: asxparser.c playtree.c Log Message: FreeBSD fix Index: asxparser.c =================================================================== RCS file: /cvsroot/mplayer/main/asxparser.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- asxparser.c 8 Jan 2002 01:24:25 -0000 1.1 +++ asxparser.c 8 Jan 2002 12:10:33 -0000 1.2 @@ -3,6 +3,7 @@ #include <stdio.h> #include <stdarg.h> #include <string.h> +#include <unistd.h> #include "asxparser.h" #include "mp_msg.h" Index: playtree.c =================================================================== RCS file: /cvsroot/mplayer/main/playtree.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- playtree.c 8 Jan 2002 01:24:25 -0000 1.1 +++ playtree.c 8 Jan 2002 12:10:33 -0000 1.2 @@ -2,6 +2,7 @@ #include <stdlib.h> #include <string.h> #include <stdio.h> +#include <unistd.h> #include <assert.h> #include "playtree.h" #include "mp_msg.h"
participants (1)
-
Bohdan 'Nexus' Horst