Mercurial > mplayer.hg
changeset 33496:a41cd754ef9f
Replace sys/fcntl.h include by fcntl.h include used everywhere else.
Also fixes compilation with the Android NDK.
author | reimar |
---|---|
date | Sat, 11 Jun 2011 16:21:54 +0000 |
parents | 52a393df8df8 |
children | ce4d5759f9c1 |
files | stream/stream_pvr.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/stream/stream_pvr.c Sat Jun 11 15:39:00 2011 +0000 +++ b/stream/stream_pvr.c Sat Jun 11 16:21:54 2011 +0000 @@ -34,7 +34,7 @@ #include <sys/time.h> #include <errno.h> #include <sys/ioctl.h> -#include <sys/fcntl.h> +#include <fcntl.h> #include <inttypes.h> #include <poll.h> #include <linux/types.h>