1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 05:57:44 +00:00

Kernel: Repair build for aarch64

This broke in 6fd478b6ce due to
insufficient testing on my part. Sorry!
This commit is contained in:
Ben Wiederhake 2023-01-03 21:05:55 +01:00 committed by Linus Groh
parent 7f4680a377
commit c25bef59aa

View file

@ -6,6 +6,7 @@
#pragma once
#include <AK/StringView.h>
#include <AK/Types.h>
#include <Kernel/Arch/aarch64/IRQController.h>