Mercurial > mplayer.hg
changeset 26186:49df679a7c1a
Add missing header #includes to fix 'make checkheaders'.
author | diego |
---|---|
date | Mon, 10 Mar 2008 20:19:15 +0000 |
parents | 35f930b141ad |
children | 131359221d72 |
files | stream/vcd_read_darwin.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/stream/vcd_read_darwin.h Mon Mar 10 19:43:07 2008 +0000 +++ b/stream/vcd_read_darwin.h Mon Mar 10 20:19:15 2008 +0000 @@ -5,6 +5,8 @@ #include <string.h> #include <errno.h> #include <sys/types.h> +#include <sys/uio.h> +#include <unistd.h> #include <CoreFoundation/CFBase.h> #include <IOKit/IOKitLib.h> #include <IOKit/storage/IOCDTypes.h> @@ -12,6 +14,7 @@ #include <IOKit/storage/IOCDMediaBSDClient.h> #include "mpbswap.h" #include "mp_msg.h" +#include "stream.h" //=================== VideoCD ========================== #define CDROM_LEADOUT 0xAA