undeclared vsprintf()

This commit is contained in:
no 2015-12-21 14:46:04 -05:00
parent f28bbc85ba
commit 3aaa2a6a74
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@
#include "Logging.h"
#include <string.h>
#include <stdio.h>
#include <stdarg.h>
#include <Common/path.h>
#include <Project64-core/N64System/SystemGlobals.h>
#include <Project64-core/N64System/Mips/TranslateVaddr.h>