mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Kernel/aarch64: Include Error.h to fix aarch64 missing ErrorOr
This commit is contained in:
parent
a053807be5
commit
198f2945bf
Notes:
sideshowbarker
2024-07-17 11:29:41 +09:00
Author: https://github.com/rusitschka Commit: https://github.com/SerenityOS/serenity/commit/198f2945bf Pull-request: https://github.com/SerenityOS/serenity/pull/17300 Reviewed-by: https://github.com/nico ✅
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…
Reference in a new issue