From 7045cec0314ca2643182ca3df7a483ee98c6c1ae Mon Sep 17 00:00:00 2001 From: Anton Kling Date: Fri, 21 Jun 2024 13:42:57 +0200 Subject: Userland: Use sys/socket.h not socket.h These files only compiled due to the previous header not being cleaned up --- userland/windowserver/ws.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'userland/windowserver') diff --git a/userland/windowserver/ws.c b/userland/windowserver/ws.c index 4e5905e..b177358 100644 --- a/userland/windowserver/ws.c +++ b/userland/windowserver/ws.c @@ -5,7 +5,7 @@ #include #include #include -#include +#include #include #include #include -- cgit v1.2.3