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 612326e8..8857f852 100644 --- a/lib/libc/stdio/rename.c +++ b/lib/libc/stdio/rename.c @@ -1,4 +1,6 @@ -#include <syscall.h> +#include "asm/unistd_64.h" // for __NR_rename + +#include <syscall.h> // for __syscall_2, syscall int rename(const char *old, const char *new) { |
