mirror of
https://github.com/libretro/RetroArch
synced 2025-02-14 15:39:59 +00:00
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 <retro_common.h>
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
||||||
/* http://stackoverflow.com/questions/2915672/snprintf-and-visual-studio-2010 */
|
/* http://stackoverflow.com/questions/2915672/snprintf-and-visual-studio-2010 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user