Third-Party: Fix inih on PSP2
Jeffrey Pfau jeffrey@endrift.com
Sun, 05 Jul 2015 13:59:33 -0700
1 files changed,
2 insertions(+),
0 deletions(-)
jump to
M
src/third-party/inih/ini.c
→
src/third-party/inih/ini.c
@@ -8,7 +8,9 @@
*/ #include <stdio.h> +#ifndef PSP2 #include <ctype.h> +#endif #include <string.h> #include "ini.h"