diff options
Diffstat (limited to 'Private/HALKit/PowerPC/CoreSyscallHandlerPowerPC.cpp')
| -rw-r--r-- | Private/HALKit/PowerPC/CoreSyscallHandlerPowerPC.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/HALKit/PowerPC/CoreSyscallHandlerPowerPC.cpp b/Private/HALKit/PowerPC/CoreSyscallHandlerPowerPC.cpp index 7c7d7683..c1672e68 100644 --- a/Private/HALKit/PowerPC/CoreSyscallHandlerPowerPC.cpp +++ b/Private/HALKit/PowerPC/CoreSyscallHandlerPowerPC.cpp @@ -7,7 +7,7 @@ * ======================================================== */ -#include <ArchKit/Arch.hpp> +#include <ArchKit/ArchKit.hpp> #include <NewKit/Array.hpp> HCore::Array<void (*)(HCore::Int32 id, HCore::HAL::StackFrame *), kMaxSyscalls> |
