From b5cd18739a64c8d923a55b61c89ae3900faafd84 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 9 Dec 2025 21:17:12 +0100 Subject: Fix include paths and formatting inconsistencies --- lib/libc/stat/fstat.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/libc/stat/fstat.c') diff --git a/lib/libc/stat/fstat.c b/lib/libc/stat/fstat.c index 7a9fb4e4..9c3a9df2 100644 --- a/lib/libc/stat/fstat.c +++ b/lib/libc/stat/fstat.c @@ -1,6 +1,4 @@ -#include -#include -#include +#include // for fstatat, fstat int fstat(int fildes, struct stat *buf) { -- cgit v1.2.3