summaryrefslogtreecommitdiffstats
path: root/stream/vcd_read_darwin.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-10 20:19:15 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-10 20:19:15 +0000
commit5444ec53dcd3f5e4566dd34a1a419d7c2ca502f0 (patch)
tree3eb060b2a11f089065a50154e8d190e3cd748dec /stream/vcd_read_darwin.h
parent9937bed877c0da3b190eb53314e1c221ebc2876d (diff)
downloadmpv-5444ec53dcd3f5e4566dd34a1a419d7c2ca502f0.tar.bz2
mpv-5444ec53dcd3f5e4566dd34a1a419d7c2ca502f0.tar.xz
Add missing header #includes to fix 'make checkheaders'.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26218 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/vcd_read_darwin.h')
-rw-r--r--stream/vcd_read_darwin.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/stream/vcd_read_darwin.h b/stream/vcd_read_darwin.h
index 1aaeaf457a..4d92458486 100644
--- a/stream/vcd_read_darwin.h
+++ b/stream/vcd_read_darwin.h
@@ -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