Merge pull request #877 from cxd4/have-stdio_h

error:  `sprintf' was not declared in this scope.
This commit is contained in:
zilmar 2016-01-14 06:15:59 +11:00
commit 617b872c26
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@
#include <Project64-core/N64System/Recompiler/x86CodeLog.h>
#include <Project64-core/N64System/Mips/OpcodeName.h>
#include <Project64-core/ExceptionHandler.h>
#include <stdio.h>
#include <Common/MemoryManagement.h>
uint32_t RegModValue;