From 8f0ba2fd31408d04175513b8826bf9418ad8b087 Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Fri, 29 Aug 2025 09:43:09 -0400 Subject: move memory functions to memory folder --- include/arch/x86_64/processor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/arch/x86_64/processor.h') diff --git a/include/arch/x86_64/processor.h b/include/arch/x86_64/processor.h index 1afa6cc..7363c41 100644 --- a/include/arch/x86_64/processor.h +++ b/include/arch/x86_64/processor.h @@ -4,6 +4,7 @@ #include "memory.h" #include "tables.h" #include "object.h" +#include "arch/x86_64/tcb.h" #include #define MSR_FS_BASE 0xC0000100 -- cgit v1.2.1