diff options
Diffstat (limited to 'arch/x86_64/memory/pml4.c')
-rw-r--r-- | arch/x86_64/memory/pml4.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <stdint.h> #define IDENTITY_BASE 0xFFFF800000000000 |