diff options
Diffstat (limited to 'lib/libc/unistd/lseek.c')
| -rw-r--r-- | lib/libc/unistd/lseek.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/unistd/lseek.c b/lib/libc/unistd/lseek.c index fb574f7b..39fab991 100644 --- a/lib/libc/unistd/lseek.c +++ b/lib/libc/unistd/lseek.c @@ -1,4 +1,5 @@ -#include "asm/unistd_64.h" // for __NR_lseek + + #include <syscall.h> // for __syscall_3, syscall #include <unistd.h> // for off_t, lseek |
