Branimir Karadžić 9 år sedan
förälder
incheckning
59811a6f2c
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      src/debug.cpp

+ 2 - 0
src/debug.cpp

@@ -20,6 +20,8 @@ extern "C" void NSLog(CFStringRef _format, ...);
 #	endif // defined(__OBJC__)
 #	endif // defined(__OBJC__)
 #elif 0 // BX_PLATFORM_EMSCRIPTEN
 #elif 0 // BX_PLATFORM_EMSCRIPTEN
 #	include <emscripten.h>
 #	include <emscripten.h>
+#else
+#	include <stdio.h> // fputs, fflush
 #endif // BX_PLATFORM_WINDOWS
 #endif // BX_PLATFORM_WINDOWS
 
 
 namespace bx
 namespace bx