From ddc4fbc15223e362896a9f42beca73f05f48e664 Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Thu, 18 Sep 2025 13:52:58 -0400 Subject: move usermode-critical info to include/api --- arch/x86_64/memory/pml4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/x86_64/memory/pml4.c') diff --git a/arch/x86_64/memory/pml4.c b/arch/x86_64/memory/pml4.c index b22bcfb..d5fb56b 100644 --- a/arch/x86_64/memory/pml4.c +++ b/arch/x86_64/memory/pml4.c @@ -7,7 +7,7 @@ #include "init.h" #include "string.h" #include "jove.h" -#include "error.h" +#include "api/error.h" #include #define IDENTITY_BASE 0xFFFF800000000000 -- cgit v1.2.1