1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:47:45 +00:00

Kernel: Fix includes when building aarch64

This patch fixes some include problems on aarch64. aarch64 is still
currently broken but this will get us back to the underlying problem
of FloatExtractor.
This commit is contained in:
Steffen Rusitschka 2022-11-18 23:17:06 +01:00 committed by Brian Gianforcaro
parent 8363225320
commit 7725042235
3 changed files with 3 additions and 0 deletions

View file

@ -24,6 +24,7 @@
#include <Kernel/CommandLine.h>
#include <Kernel/Devices/DeviceManagement.h>
#include <Kernel/Graphics/Console/BootFramebufferConsole.h>
#include <Kernel/JailManagement.h>
#include <Kernel/KSyms.h>
#include <Kernel/Memory/MemoryManager.h>
#include <Kernel/Panic.h>