summaryrefslogtreecommitdiff
path: root/Kernel/Syscalls/inode_watcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Syscalls/inode_watcher.cpp')
-rw-r--r--Kernel/Syscalls/inode_watcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Syscalls/inode_watcher.cpp b/Kernel/Syscalls/inode_watcher.cpp
index 476abd2f69..926868b2e2 100644
--- a/Kernel/Syscalls/inode_watcher.cpp
+++ b/Kernel/Syscalls/inode_watcher.cpp
@@ -10,7 +10,7 @@
#include <Kernel/FileSystem/InodeWatcher.h>
#include <Kernel/FileSystem/OpenFileDescription.h>
#include <Kernel/FileSystem/VirtualFileSystem.h>
-#include <Kernel/Process.h>
+#include <Kernel/Tasks/Process.h>
namespace Kernel {