summaryrefslogtreecommitdiff
path: root/rbutil/ipodpatcher/ipodio-posix.c
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/ipodpatcher/ipodio-posix.c')
-rw-r--r--rbutil/ipodpatcher/ipodio-posix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rbutil/ipodpatcher/ipodio-posix.c b/rbutil/ipodpatcher/ipodio-posix.c
index 59cbc0188e..9b386d994f 100644
--- a/rbutil/ipodpatcher/ipodio-posix.c
+++ b/rbutil/ipodpatcher/ipodio-posix.c
@@ -130,8 +130,8 @@ int ipod_scsi_inquiry(struct ipod_t* ipod, int page_code,
130#include <sys/disk.h> 130#include <sys/disk.h>
131#include <CoreFoundation/CoreFoundation.h> 131#include <CoreFoundation/CoreFoundation.h>
132#include <IOKit/IOKitLib.h> 132#include <IOKit/IOKitLib.h>
133#include <IOKit/scsi-commands/SCSITaskLib.h> 133#include <IOKit/scsi/SCSITaskLib.h>
134#include <IOKit/scsi-commands/SCSICommandOperationCodes.h> 134#include <IOKit/scsi/SCSICommandOperationCodes.h>
135#define IPOD_SECTORSIZE_IOCTL DKIOCGETBLOCKSIZE 135#define IPOD_SECTORSIZE_IOCTL DKIOCGETBLOCKSIZE
136 136
137/* TODO: Implement this function for Mac OS X */ 137/* TODO: Implement this function for Mac OS X */