summaryrefslogtreecommitdiffstats
path: root/stream/vcd_read_darwin.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-10 19:28:42 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-10 19:28:42 +0000
commit87281a7d6aed2c6292f152206dc12c1850be7eaa (patch)
tree4820f7d28b29e1adf3b2a6ca87a5bcf4ead9e548 /stream/vcd_read_darwin.h
parented6d239e9d5862fbad83cb5e53c69467485d0ce3 (diff)
downloadmpv-87281a7d6aed2c6292f152206dc12c1850be7eaa.tar.bz2
mpv-87281a7d6aed2c6292f152206dc12c1850be7eaa.tar.xz
Add missing header #includes to fix 'make checkheaders'.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26216 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/vcd_read_darwin.h')
-rw-r--r--stream/vcd_read_darwin.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/stream/vcd_read_darwin.h b/stream/vcd_read_darwin.h
index ca9eed4f62..1aaeaf457a 100644
--- a/stream/vcd_read_darwin.h
+++ b/stream/vcd_read_darwin.h
@@ -1,6 +1,9 @@
#ifndef MPLAYER_VCD_READ_DARWIN_H
#define MPLAYER_VCD_READ_DARWIN_H
+#include <stdlib.h>
+#include <string.h>
+#include <errno.h>
#include <sys/types.h>
#include <CoreFoundation/CFBase.h>
#include <IOKit/IOKitLib.h>
@@ -8,6 +11,7 @@
#include <IOKit/storage/IOCDMedia.h>
#include <IOKit/storage/IOCDMediaBSDClient.h>
#include "mpbswap.h"
+#include "mp_msg.h"
//=================== VideoCD ==========================
#define CDROM_LEADOUT 0xAA