Unconditionally include <stdio.h> to declare sprintf().
This commit is contained in:
parent
c8401cd9d3
commit
abb5578dbb
|
@ -23,6 +23,8 @@
|
||||||
* should be forwarded to them so if they want them.
|
* should be forwarded to them so if they want them.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <Common/std string.h>
|
#include <Common/std string.h>
|
||||||
#include <Common/File Class.h>
|
#include <Common/File Class.h>
|
||||||
|
@ -208,7 +210,6 @@ void RDP_LogLoc ( DWORD /*PC*/ )
|
||||||
#ifdef old
|
#ifdef old
|
||||||
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <stdio.h>
|
|
||||||
#include "RSP Registers.h"
|
#include "RSP Registers.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue