summaryrefslogtreecommitdiffhomepage
path: root/dev/Boot/Mod
diff options
context:
space:
mode:
Diffstat (limited to 'dev/Boot/Mod')
-rw-r--r--dev/Boot/Mod/SysChk/Module.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/Boot/Mod/SysChk/Module.cc b/dev/Boot/Mod/SysChk/Module.cc
index 09a7a718..c5edb161 100644
--- a/dev/Boot/Mod/SysChk/Module.cc
+++ b/dev/Boot/Mod/SysChk/Module.cc
@@ -18,7 +18,7 @@
#include <KernelKit/PEF.h>
#include <NewKit/Macros.h>
#include <NewKit/Ref.h>
-#include <BootKit/Thread.h>
+#include <BootKit/BootThread.h>
#include <Mod/GfxMgr/FBMgr.h>
EXTERN_C Int32 ModuleMain(Kernel::HEL::BootInfoHeader* handover)
@@ -27,6 +27,6 @@ EXTERN_C Int32 ModuleMain(Kernel::HEL::BootInfoHeader* handover)
if (partition_factory.IsPartitionValid())
return kEfiOk;
-
+
return kEfiFail;
}