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/statvfs/fstatvfs.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'lib/libc/statvfs/fstatvfs.c') diff --git a/lib/libc/statvfs/fstatvfs.c b/lib/libc/statvfs/fstatvfs.c index 048db737..d48a92f0 100644 --- a/lib/libc/statvfs/fstatvfs.c +++ b/lib/libc/statvfs/fstatvfs.c @@ -1,6 +1,8 @@ -#include <__statvfs.h> -#include -#include +#include "asm/unistd_64.h" // for __NR_fstatfs + +#include <__statvfs.h> // for __statvfs +#include // for statfs +#include // for __syscall_2, syscall int fstatvfs(int fildes, struct __statvfs *buf) { -- cgit v1.2.3