summaryrefslogtreecommitdiff
path: root/lib/libc/socket/send.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/socket/send.c')
-rw-r--r--lib/libc/socket/send.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/socket/send.c b/lib/libc/socket/send.c
index 7ba42525..45de1514 100644
--- a/lib/libc/socket/send.c
+++ b/lib/libc/socket/send.c
@@ -1,5 +1,7 @@
-#include "asm/unistd_64.h" // for __NR_sendto
+
+
+#include <stddef.h>
#include <sys/socket.h> // for send
#include <sys/types.h> // for size_t, ssize_t
#include <syscall.h> // for __syscall_6, syscall