summaryrefslogtreecommitdiff
path: root/Kernel/Random.h
diff options
context:
space:
mode:
authorJean-Baptiste Boric <jblbeurope@gmail.com>2021-07-18 09:10:27 +0200
committerAndreas Kling <kling@serenityos.org>2021-08-07 11:48:00 +0200
commitf7f794e74a7fa28a93431e457959eba2bbac8c0c (patch)
tree1e185a8eb69b75da3fdb8815a828c567024049f3 /Kernel/Random.h
parent479b07339c271facae062cd0cbc6ccc86a47fc71 (diff)
downloadserenity-f7f794e74a7fa28a93431e457959eba2bbac8c0c.zip
Kernel: Move Mutex into Locking/
Diffstat (limited to 'Kernel/Random.h')
-rw-r--r--Kernel/Random.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Random.h b/Kernel/Random.h
index e9907157a1..6e07c596e4 100644
--- a/Kernel/Random.h
+++ b/Kernel/Random.h
@@ -10,7 +10,7 @@
#include <AK/Assertions.h>
#include <AK/ByteBuffer.h>
#include <AK/Types.h>
-#include <Kernel/Mutex.h>
+#include <Kernel/Locking/Mutex.h>
#include <Kernel/StdLib.h>
#include <LibCrypto/Cipher/AES.h>
#include <LibCrypto/Cipher/Cipher.h>