all repos — mgba @ 883f6dbb483635069ea84c704a3736612427fcd3

mGBA Game Boy Advance Emulator

Third-Party: Fix inih on PSP2
Jeffrey Pfau jeffrey@endrift.com
Sun, 05 Jul 2015 13:59:33 -0700
commit

883f6dbb483635069ea84c704a3736612427fcd3

parent

a6fe304ad5674da7f3d7fc8b9db8c927569f8c21

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M src/third-party/inih/ini.csrc/third-party/inih/ini.c

@@ -8,7 +8,9 @@

*/ #include <stdio.h> +#ifndef PSP2 #include <ctype.h> +#endif #include <string.h> #include "ini.h"