summaryrefslogtreecommitdiff
path: root/Kernel/FileSystem/SysFS/Subsystems/Devices/Storage/DeviceAttribute.h
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/FileSystem/SysFS/Subsystems/Devices/Storage/DeviceAttribute.h')
-rw-r--r--Kernel/FileSystem/SysFS/Subsystems/Devices/Storage/DeviceAttribute.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/FileSystem/SysFS/Subsystems/Devices/Storage/DeviceAttribute.h b/Kernel/FileSystem/SysFS/Subsystems/Devices/Storage/DeviceAttribute.h
index 9682fb0172..31d9210133 100644
--- a/Kernel/FileSystem/SysFS/Subsystems/Devices/Storage/DeviceAttribute.h
+++ b/Kernel/FileSystem/SysFS/Subsystems/Devices/Storage/DeviceAttribute.h
@@ -8,7 +8,7 @@
#include <Kernel/FileSystem/SysFS/Component.h>
#include <Kernel/FileSystem/SysFS/Subsystems/Devices/Storage/DeviceDirectory.h>
-#include <Kernel/KBuffer.h>
+#include <Kernel/Library/KBuffer.h>
namespace Kernel {