diff --git a/wiiu/system/imports.h b/wiiu/system/imports.h index 27670203e3..939ef361dd 100644 --- a/wiiu/system/imports.h +++ b/wiiu/system/imports.h @@ -28,6 +28,8 @@ IMPORT(OSSetThreadCleanupCallback); IMPORT(OSResumeThread); IMPORT(OSIsThreadSuspended); IMPORT(OSSuspendThread); +IMPORT(OSGetCurrentThread); +IMPORT(OSExitThread); IMPORT(OSJoinThread); IMPORT(OSYieldThread); IMPORT(OSGetCoreId);