vsnprintf_s needs to have stdio.h included
This commit is contained in:
parent
9e06843127
commit
e13fd6da41
|
@ -24,6 +24,7 @@
|
|||
|
||||
#include <retro_common.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
/* http://stackoverflow.com/questions/2915672/snprintf-and-visual-studio-2010 */
|
||||
|
|
Loading…
Reference in New Issue