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/stdio/rename.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/libc/stdio/rename.c') diff --git a/lib/libc/stdio/rename.c b/lib/libc/stdio/rename.c index 612326e8..8857f852 100644 --- a/lib/libc/stdio/rename.c +++ b/lib/libc/stdio/rename.c @@ -1,4 +1,6 @@ -#include +#include "asm/unistd_64.h" // for __NR_rename + +#include // for __syscall_2, syscall int rename(const char *old, const char *new) { -- cgit v1.2.3