From 42a2bdaecaee627247689b3f4ff2828fe3c8dc97 Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Thu, 11 Sep 2025 14:37:04 -0400 Subject: load init from ELF executable --- arch/x86_64/lib/object.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/x86_64/lib/object.c') diff --git a/arch/x86_64/lib/object.c b/arch/x86_64/lib/object.c index 4ab8f06..43d490f 100644 --- a/arch/x86_64/lib/object.c +++ b/arch/x86_64/lib/object.c @@ -1,6 +1,7 @@ #include "object.h" #include "error.h" #include "device/processor.h" +#include "arch/x86_64/processor.h" #include "arch/x86_64/page.h" #include "arch/x86_64/page-mapping.h" -- cgit v1.2.1