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/statvfs/fstatvfs.c | 3 ++- lib/libc/statvfs/statvfs.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'lib/libc/statvfs') diff --git a/lib/libc/statvfs/fstatvfs.c b/lib/libc/statvfs/fstatvfs.c index d48a92f0..e228de83 100644 --- a/lib/libc/statvfs/fstatvfs.c +++ b/lib/libc/statvfs/fstatvfs.c @@ -1,4 +1,5 @@ -#include "asm/unistd_64.h" // for __NR_fstatfs + + #include <__statvfs.h> // for __statvfs #include // for statfs diff --git a/lib/libc/statvfs/statvfs.c b/lib/libc/statvfs/statvfs.c index 93ab5afb..8316b169 100644 --- a/lib/libc/statvfs/statvfs.c +++ b/lib/libc/statvfs/statvfs.c @@ -1,4 +1,5 @@ -#include "asm/unistd_64.h" // for __NR_statfs + + #include <__statvfs.h> // for __statvfs #include // for statfs -- cgit v1.2.3