[MPlayer-cvslog] r26218 - trunk/stream/vcd_read_darwin.h
diego
subversion at mplayerhq.hu
Mon Mar 10 21:19:16 CET 2008
Author: diego
Date: Mon Mar 10 21:19:15 2008
New Revision: 26218
Log:
Add missing header #includes to fix 'make checkheaders'.
Modified:
trunk/stream/vcd_read_darwin.h
Modified: trunk/stream/vcd_read_darwin.h
==============================================================================
--- trunk/stream/vcd_read_darwin.h (original)
+++ trunk/stream/vcd_read_darwin.h Mon Mar 10 21:19:15 2008
@@ -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
More information about the MPlayer-cvslog
mailing list