mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 20:28:11 +00:00
Kernel/aarch64: Include Error.h to fix aarch64 missing ErrorOr
This commit is contained in:
parent
a053807be5
commit
198f2945bf
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <AK/Error.h>
|
||||
#include <AK/Types.h>
|
||||
#include <AK/Userspace.h>
|
||||
#include <Kernel/API/POSIX/sched.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue