mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
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…
x
Reference in New Issue
Block a user