mirror of
https://github.com/mpv-player/mpv
synced 2024-12-24 07:33:46 +01:00
Add missing header #includes to fix 'make checkheaders'.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26218 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9937bed877
commit
5444ec53dc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user