From 169daa11155988a210fac949297381743f3cb400 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 9 Dec 2025 23:14:53 +0100 Subject: feat: clang-tidy fixes --- lib/libc/unistd/gethostname.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libc/unistd/gethostname.c') diff --git a/lib/libc/unistd/gethostname.c b/lib/libc/unistd/gethostname.c index caa870da..8ef22fe4 100644 --- a/lib/libc/unistd/gethostname.c +++ b/lib/libc/unistd/gethostname.c @@ -1,3 +1,4 @@ +#include #include // for gethostname, size_t int gethostname(char *name, size_t namelen) -- cgit v1.2.3