diff options
Diffstat (limited to 'lib/libc/socket/accept.c')
| -rw-r--r-- | lib/libc/socket/accept.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/socket/accept.c b/lib/libc/socket/accept.c index f3ec738d..d720b2e9 100644 --- a/lib/libc/socket/accept.c +++ b/lib/libc/socket/accept.c @@ -1,4 +1,5 @@ -#include "asm/unistd_64.h" // for __NR_accept + + #include <sys/socket.h> // for accept, socklen_t #include <syscall.h> // for __syscall_3, syscall |
