From 883f6dbb483635069ea84c704a3736612427fcd3 Mon Sep 17 00:00:00 2001 From: Jeffrey Pfau Date: Sun, 5 Jul 2015 13:59:33 -0700 Subject: [PATCH] Third-Party: Fix inih on PSP2 --- src/third-party/inih/ini.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/third-party/inih/ini.c b/src/third-party/inih/ini.c index 56426cd06..8c06622ea 100755 --- a/src/third-party/inih/ini.c +++ b/src/third-party/inih/ini.c @@ -8,7 +8,9 @@ http://code.google.com/p/inih/ */ #include +#ifndef PSP2 #include +#endif #include #include "ini.h"