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/terminal/term.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'userland/terminal') diff --git a/userland/terminal/term.c b/userland/terminal/term.c index b0eabfd..ced3a60 100644 --- a/userland/terminal/term.c +++ b/userland/terminal/term.c @@ -5,7 +5,7 @@ #include #include #include -#include +#include #include #include #include -- cgit v1.2.3