diff options
Diffstat (limited to 'lib/libc/stdio/rename.c')
| -rw-r--r-- | lib/libc/stdio/rename.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/stdio/rename.c b/lib/libc/stdio/rename.c index 8857f852..52426ab0 100644 --- a/lib/libc/stdio/rename.c +++ b/lib/libc/stdio/rename.c @@ -1,5 +1,7 @@ -#include "asm/unistd_64.h" // for __NR_rename + + +#include <stdio.h> // for rename #include <syscall.h> // for __syscall_2, syscall int rename(const char *old, const char *new) |
