summaryrefslogtreecommitdiff
path: root/Kernel/Bus/USB/USBDevice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Bus/USB/USBDevice.cpp')
-rw-r--r--Kernel/Bus/USB/USBDevice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Bus/USB/USBDevice.cpp b/Kernel/Bus/USB/USBDevice.cpp
index 95a0f10d6e..1f1d1b24ae 100644
--- a/Kernel/Bus/USB/USBDevice.cpp
+++ b/Kernel/Bus/USB/USBDevice.cpp
@@ -12,7 +12,7 @@
#include <Kernel/Bus/USB/USBDevice.h>
#include <Kernel/Bus/USB/USBRequest.h>
#include <Kernel/FileSystem/SysFS/Subsystems/Bus/USB/DeviceInformation.h>
-#include <Kernel/StdLib.h>
+#include <Kernel/Library/StdLib.h>
namespace Kernel::USB {