Kernel: Add missing include to Jail.h

This commit is contained in:
Marco Cutecchia 2023-03-16 09:27:02 +01:00 committed by Linus Groh
parent 6fc9f5fa28
commit d0403d24d4
Notes: sideshowbarker 2024-07-18 01:43:16 +09:00

View file

@ -17,6 +17,7 @@
#include <Kernel/KString.h>
#include <Kernel/Library/LockRefPtr.h>
#include <Kernel/Locking/SpinlockProtected.h>
#include <Kernel/Process.h>
namespace Kernel {