Compile fix for _vsnprintf_s, missing standard library header.
This commit is contained in:
parent
7adec98cd8
commit
c8a9f5eded
|
@ -25,6 +25,7 @@
|
|||
|
||||
#include <retro_common.h>
|
||||
|
||||
#include <stdio.h> /* added for _vsnprintf_s and _vscprintf on VS2015 and VS2017 */
|
||||
#include <stdarg.h>
|
||||
|
||||
#if _MSC_VER < 1800
|
||||
|
|
Loading…
Reference in New Issue