1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 09:14:58 +00:00

AK+Kernel: Add includes before removing Kernel/ProcessExposed.h

Apparently without this file, we won't be able to compile due to missing
includes to TimeManagement and KBufferBuilder.
This commit is contained in:
Liav A 2023-02-20 17:41:04 +02:00 committed by Linus Groh
parent 87c4080d00
commit 12b7328c22
7 changed files with 7 additions and 0 deletions

View file

@ -18,6 +18,7 @@
#ifdef KERNEL
# include <Kernel/Process.h>
# include <Kernel/Thread.h>
# include <Kernel/Time/TimeManagement.h>
#else
# include <math.h>
# include <stdio.h>