mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 20:18:12 +00:00
Kernel: Include missing headers for various files
With these missing header files, we can now build these files for aarch64.
This commit is contained in:
parent
fcbb6b79ac
commit
97f1fa7d8f
6 changed files with 7 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
#include <AK/JsonObjectSerializer.h>
|
||||
#include <Kernel/Arch/InterruptManagement.h>
|
||||
#include <Kernel/FileSystem/SysFS/Subsystems/Kernel/Interrupts.h>
|
||||
#include <Kernel/Interrupts/GenericInterruptHandler.h>
|
||||
#include <Kernel/Sections.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue