vsnprintf_s needs to have stdio.h included

This commit is contained in:
twinaphex 2016-03-23 03:47:18 +01:00
parent 9e06843127
commit e13fd6da41

View File

@ -24,6 +24,7 @@
#include <retro_common.h>
#include <stdio.h>
#include <stdarg.h>
/* http://stackoverflow.com/questions/2915672/snprintf-and-visual-studio-2010 */