Merge pull request #981 from cxd4/glide-trace-string

[Glide64] undeclared memset and strlen in trace.cpp
This commit is contained in:
zilmar 2016-02-06 13:11:04 +11:00
commit 917d90b057
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#include "trace.h"
#include "Config.h"
#include <string.h>
#include <Common/Trace.h>
#include <Common/path.h>
#include <Common/LogClass.h>