Unconditionally include <stdio.h> to declare sprintf().

This commit is contained in:
unknown 2015-10-29 19:42:11 -04:00
parent c8401cd9d3
commit abb5578dbb
1 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,8 @@
* should be forwarded to them so if they want them.
*
*/
#include <stdio.h>
#include <windows.h>
#include <Common/std string.h>
#include <Common/File Class.h>
@ -208,7 +210,6 @@ void RDP_LogLoc ( DWORD /*PC*/ )
#ifdef old
#include <windows.h>
#include <stdio.h>
#include "RSP Registers.h"
#include "log.h"