mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +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: https://github.com/SerenityOS/serenity/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/Library/LockRefPtr.h>
|
||||
#include <Kernel/Locking/SpinlockProtected.h>
|
||||
#include <Kernel/Process.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
|
|
Loading…
Reference in a new issue