diff test/common/platformInit.h @ 110:9aa75a74614c

- working mips32 eabi callbacks - mips32 eabi doc update - switched some mips32 eabi call assembly to use more portable pseudo instructions for storing floats - fixed weird type use of var declaration in mips callbacks - ToDo update - converted some // comments to old c-style - test code build fix for some test suites on some platforms
author cslag
date Sat, 18 Jun 2016 19:38:22 +0200
parents 3e629dc19168
children f5577f6bf97a
line wrap: on
line diff
--- a/test/common/platformInit.h	Sat Jun 11 21:44:38 2016 +0200
+++ b/test/common/platformInit.h	Sat Jun 18 19:38:22 2016 +0200
@@ -37,6 +37,7 @@
 #  include <pspkernel.h>
 #  include <pspdebug.h>
 #  include <pspdisplay.h>
+#  include <stdio.h>
 #  define printf pspDebugScreenPrintf
 /* All other platforms, usually just pulling in standard headers and empty init function. */
 #else