Browse Source

Fixed build.

Branimir Karadžić 9 years ago
parent
commit
59811a6f2c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/debug.cpp

+ 2 - 0
src/debug.cpp

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