Add missing import to be compatible with latest wut version

This commit is contained in:
Maschell 2024-04-19 18:18:30 +02:00
parent b1f8d29cee
commit 5ebec5ac3e
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ IMPORT(OSSetThreadSpecific);
IMPORT(FSTimeToCalendarTime);
IMPORT(OSSwapAtomic);
IMPORT(OSDynLoad_IsModuleLoaded);
IMPORT(OSIsDebuggerPresent);
IMPORT(exit);
IMPORT(_Exit);