Mercurial > mplayer.hg
changeset 6239:22cf38f95151
warning fix (write()/close() require unistd.h)
author | pl |
---|---|
date | Thu, 30 May 2002 11:59:24 +0000 |
parents | 594d2ffe9f1d |
children | aed96273ea29 |
files | libvo/vo_mpegpes.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_mpegpes.c Thu May 30 11:56:59 2002 +0000 +++ b/libvo/vo_mpegpes.c Thu May 30 11:59:24 2002 +0000 @@ -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>