Third-Party: Fix inih on PSP2

This commit is contained in:
Jeffrey Pfau 2015-07-05 13:59:33 -07:00
parent a6fe304ad5
commit 883f6dbb48
1 changed files with 2 additions and 0 deletions

View File

@ -8,7 +8,9 @@ http://code.google.com/p/inih/
*/
#include <stdio.h>
#ifndef PSP2
#include <ctype.h>
#endif
#include <string.h>
#include "ini.h"