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/ante/ante.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'userland/ante') diff --git a/userland/ante/ante.c b/userland/ante/ante.c index b5f4eab..0233e32 100644 --- a/userland/ante/ante.c +++ b/userland/ante/ante.c @@ -3,7 +3,7 @@ #include #include #include -#include +#include #include #include #include -- cgit v1.2.3