mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 12:39:54 +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 <stdio.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
/* http://stackoverflow.com/questions/2915672/snprintf-and-visual-studio-2010 */
|
||||
@ -50,4 +51,4 @@ int c99_snprintf_retro__(char *outBuf, size_t size, const char *format, ...)
|
||||
va_end(ap);
|
||||
|
||||
return count;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user