diff options
Diffstat (limited to 'lib/libc/socket/getsockopt.c')
| -rw-r--r-- | lib/libc/socket/getsockopt.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/socket/getsockopt.c b/lib/libc/socket/getsockopt.c index 0c9db0ad..6c5694e8 100644 --- a/lib/libc/socket/getsockopt.c +++ b/lib/libc/socket/getsockopt.c @@ -1,4 +1,5 @@ -#include "asm/unistd_64.h" // for __NR_getsockopt + + #include <sys/socket.h> // for getsockopt, socklen_t #include <syscall.h> // for __syscall_5, syscall |
