From 56a925558360e5c83cce48a462f6f3f6b3ed4132 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Sat, 8 Mar 2014 18:34:35 +0100 Subject: [PATCH] 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 --- rbutil/ipodpatcher/ipodio-posix.c | 4 ++-- 1 file 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, #include #include #include -#include -#include +#include +#include #define IPOD_SECTORSIZE_IOCTL DKIOCGETBLOCKSIZE /* TODO: Implement this function for Mac OS X */