summaryrefslogtreecommitdiff
path: root/Kernel/Syscalls/sysconf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Syscalls/sysconf.cpp')
-rw-r--r--Kernel/Syscalls/sysconf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Syscalls/sysconf.cpp b/Kernel/Syscalls/sysconf.cpp
index d86511342d..b9d4ee0181 100644
--- a/Kernel/Syscalls/sysconf.cpp
+++ b/Kernel/Syscalls/sysconf.cpp
@@ -6,7 +6,7 @@
#include <Kernel/FileSystem/VirtualFileSystem.h>
#include <Kernel/Memory/MemoryManager.h>
-#include <Kernel/Process.h>
+#include <Kernel/Tasks/Process.h>
#include <Kernel/Time/TimeManagement.h>
namespace Kernel {