OS X: change include paths to use actual paths.

The old include path is actually a symlink for compatibility. Newer SDK
versions remove that symlink to the include breaks.

Change-Id: I74317557840f1886cebc1ce099e103dc415eabc0
This commit is contained in:
Dominik Riebeling 2014-03-08 18:34:35 +01:00
parent 7e85fe5be1
commit 56a9255583
1 changed files with 2 additions and 2 deletions

View File

@ -130,8 +130,8 @@ int ipod_scsi_inquiry(struct ipod_t* ipod, int page_code,
#include <sys/disk.h>
#include <CoreFoundation/CoreFoundation.h>
#include <IOKit/IOKitLib.h>
#include <IOKit/scsi-commands/SCSITaskLib.h>
#include <IOKit/scsi-commands/SCSICommandOperationCodes.h>
#include <IOKit/scsi/SCSITaskLib.h>
#include <IOKit/scsi/SCSICommandOperationCodes.h>
#define IPOD_SECTORSIZE_IOCTL DKIOCGETBLOCKSIZE
/* TODO: Implement this function for Mac OS X */