mirror of https://github.com/mgba-emu/mgba.git
Third-Party: Fix inih on PSP2
This commit is contained in:
parent
a6fe304ad5
commit
883f6dbb48
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue