Compile fix for _vsnprintf_s, missing standard library header.

This commit is contained in:
David Walters 2018-04-03 18:33:48 +01:00
parent 7adec98cd8
commit c8a9f5eded

View File

@ -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