diff options
Diffstat (limited to 'lib/libc/unistd/dup3.c')
| -rw-r--r-- | lib/libc/unistd/dup3.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/unistd/dup3.c b/lib/libc/unistd/dup3.c index aa9c0fab..bb9c6381 100644 --- a/lib/libc/unistd/dup3.c +++ b/lib/libc/unistd/dup3.c @@ -1,4 +1,6 @@ -#include <syscall.h> +#include "asm/unistd_64.h" // for __NR_dup3 + +#include <syscall.h> // for __syscall_3, syscall int dup3(int fildes, int fildes2, int flag) { |
