mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 13:45:03 -05:00
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:
parent
7e85fe5be1
commit
56a9255583
1 changed files with 2 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue