From 23f18bd494cda3e1fa2b830d7c335e703fefdfc1 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sat, 30 Jun 2012 13:39:41 +0200 Subject: [PATCH] (PS3) Ifdef include for syscache header as well --- ps3/frontend/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ps3/frontend/main.c b/ps3/frontend/main.c index 8d3da37e23..c30f05f330 100644 --- a/ps3/frontend/main.c +++ b/ps3/frontend/main.c @@ -25,8 +25,10 @@ #include #include #include +#ifdef HAVE_HDD_CACHE_PARTITION #include #endif +#endif #if(CELL_SDK_VERSION > 0x340000) #include