diff options
Diffstat (limited to 'Kernel/Devices/Device.h')
-rw-r--r-- | Kernel/Devices/Device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Devices/Device.h b/Kernel/Devices/Device.h index 1bc751d820..53903c84e3 100644 --- a/Kernel/Devices/Device.h +++ b/Kernel/Devices/Device.h @@ -19,7 +19,7 @@ #include <AK/HashMap.h> #include <Kernel/Devices/AsyncDeviceRequest.h> #include <Kernel/FileSystem/File.h> -#include <Kernel/Lock.h> +#include <Kernel/Mutex.h> #include <Kernel/UnixTypes.h> namespace Kernel { |