Merge pull request #1345 from cxd4/vsprintf-incl
vsprintf() needs stdio and stdarg.
This commit is contained in:
commit
c1e6a20fa4
|
@ -13,6 +13,10 @@
|
|||
#include <Common/path.h>
|
||||
#include <Common/Platform.h>
|
||||
|
||||
/* vsprintf() */
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
static CLog * g_CPULogFile = NULL;
|
||||
|
||||
void Recompiler_Log_Message(const char * strFormat, ...)
|
||||
|
|
Loading…
Reference in New Issue