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/stat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/stat/stat.c') diff --git a/lib/libc/stat/stat.c b/lib/libc/stat/stat.c index 95bdf73d..d839f0eb 100644 --- a/lib/libc/stat/stat.c +++ b/lib/libc/stat/stat.c @@ -1,5 +1,5 @@ -#include -#include +#include // for AT_FDCWD +#include // for fstatat, stat int stat(const char *restrict path, struct stat *restrict buf) { -- cgit v1.2.3