summaryrefslogtreecommitdiff
path: root/Kernel/Net/IPv4SocketTuple.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/Net/IPv4SocketTuple.h
parent479b07339c271facae062cd0cbc6ccc86a47fc71 (diff)
downloadserenity-f7f794e74a7fa28a93431e457959eba2bbac8c0c.zip
Kernel: Move Mutex into Locking/
Diffstat (limited to 'Kernel/Net/IPv4SocketTuple.h')
-rw-r--r--Kernel/Net/IPv4SocketTuple.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Net/IPv4SocketTuple.h b/Kernel/Net/IPv4SocketTuple.h
index 9a964bde89..ad827f479c 100644
--- a/Kernel/Net/IPv4SocketTuple.h
+++ b/Kernel/Net/IPv4SocketTuple.h
@@ -9,7 +9,7 @@
#include <AK/HashMap.h>
#include <Kernel/DoubleBuffer.h>
#include <Kernel/KBuffer.h>
-#include <Kernel/Mutex.h>
+#include <Kernel/Locking/Mutex.h>
#include <Kernel/Net/IPv4.h>
#include <Kernel/Net/Socket.h>