summaryrefslogtreecommitdiff
path: root/LibGUI
diff options
context:
space:
mode:
Diffstat (limited to 'LibGUI')
-rw-r--r--LibGUI/GSocket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibGUI/GSocket.h b/LibGUI/GSocket.h
index a4871f6480..3c60864b6e 100644
--- a/LibGUI/GSocket.h
+++ b/LibGUI/GSocket.h
@@ -2,7 +2,7 @@
#include <LibGUI/GIODevice.h>
#include <AK/AKString.h>
-#include <Kernel/IPv4.h>
+#include <Kernel/Net/IPv4.h>
class GSocketAddress {
public: