summaryrefslogtreecommitdiff
path: root/Kernel/FileSystem/SysFS/Component.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/FileSystem/SysFS/Component.cpp')
-rw-r--r--Kernel/FileSystem/SysFS/Component.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/FileSystem/SysFS/Component.cpp b/Kernel/FileSystem/SysFS/Component.cpp
index ced348f7a2..e1f6847f40 100644
--- a/Kernel/FileSystem/SysFS/Component.cpp
+++ b/Kernel/FileSystem/SysFS/Component.cpp
@@ -9,7 +9,7 @@
#include <Kernel/FileSystem/SysFS/Inode.h>
#include <Kernel/FileSystem/SysFS/LinkInode.h>
#include <Kernel/FileSystem/SysFS/Registry.h>
-#include <Kernel/KLexicalPath.h>
+#include <Kernel/Library/KLexicalPath.h>
namespace Kernel {