undeclared strcat() and strlen()

This commit is contained in:
no 2015-12-21 14:41:08 -05:00
parent e3caeb8b07
commit f28bbc85ba
1 changed files with 2 additions and 0 deletions

View File

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