diff options
Diffstat (limited to 'lib/libc/socket/recvfrom.c')
| -rw-r--r-- | lib/libc/socket/recvfrom.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/socket/recvfrom.c b/lib/libc/socket/recvfrom.c index d37089d9..1afb088d 100644 --- a/lib/libc/socket/recvfrom.c +++ b/lib/libc/socket/recvfrom.c @@ -1,5 +1,7 @@ -#include "asm/unistd_64.h" // for __NR_recvfrom + + +#include <stddef.h> #include <sys/socket.h> // for recvfrom, socklen_t #include <sys/types.h> // for size_t, ssize_t #include <syscall.h> // for __syscall_6, syscall |
