mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-26 19:28:59 +00:00
Kernel: Add missing include to Jail.h
This commit is contained in:
parent
6fc9f5fa28
commit
d0403d24d4
Notes:
sideshowbarker
2024-07-18 01:43:16 +09:00
Author: https://github.com/mrkct
Commit: d0403d24d4
Pull-request: https://github.com/SerenityOS/serenity/pull/17887
Reviewed-by: https://github.com/Hendiadyoin1
Reviewed-by: https://github.com/Ollrogge
Reviewed-by: https://github.com/Panky-codes
Reviewed-by: https://github.com/nico
Reviewed-by: https://github.com/supercomputer7
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
||||||
#include <Kernel/KString.h>
|
#include <Kernel/KString.h>
|
||||||
#include <Kernel/Library/LockRefPtr.h>
|
#include <Kernel/Library/LockRefPtr.h>
|
||||||
#include <Kernel/Locking/SpinlockProtected.h>
|
#include <Kernel/Locking/SpinlockProtected.h>
|
||||||
|
#include <Kernel/Process.h>
|
||||||
|
|
||||||
namespace Kernel {
|
namespace Kernel {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue