summaryrefslogtreecommitdiff
path: root/Kernel/Syscalls/prctl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Syscalls/prctl.cpp')
-rw-r--r--Kernel/Syscalls/prctl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Syscalls/prctl.cpp b/Kernel/Syscalls/prctl.cpp
index b152e51d11..4eeabe2d14 100644
--- a/Kernel/Syscalls/prctl.cpp
+++ b/Kernel/Syscalls/prctl.cpp
@@ -5,7 +5,7 @@
*/
#include <Kernel/API/prctl_numbers.h>
-#include <Kernel/Process.h>
+#include <Kernel/Tasks/Process.h>
namespace Kernel {