From 63df801b033b03c59c02709a00af372e2e361e28 Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Mon, 5 Jan 2015 00:59:17 +0300 Subject: [PATCH] Compilation fix --- Utilities/Thread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utilities/Thread.cpp b/Utilities/Thread.cpp index 14faf0903d..a4378973e3 100644 --- a/Utilities/Thread.cpp +++ b/Utilities/Thread.cpp @@ -2,7 +2,7 @@ #include "Log.h" #include "Emu/System.h" #include "Emu/CPU/CPUThread.h" -#include "Emu/Syscalls/Syscalls.h" +#include "Emu/SysCalls/SysCalls.h" #include "Thread.h" #ifdef _WIN32