diff options
Diffstat (limited to 'lib/libc/stdio/renameat.c')
| -rw-r--r-- | lib/libc/stdio/renameat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdio/renameat.c b/lib/libc/stdio/renameat.c index fde966c4..c7e9a683 100644 --- a/lib/libc/stdio/renameat.c +++ b/lib/libc/stdio/renameat.c @@ -1,4 +1,5 @@ -#include "asm/unistd_64.h" // for __NR_renameat + + #include <syscall.h> // for __syscall_4, syscall |
