diff options
Diffstat (limited to 'lib/libc/socket/sendmsg.c')
| -rw-r--r-- | lib/libc/socket/sendmsg.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/socket/sendmsg.c b/lib/libc/socket/sendmsg.c index b977f7da..11814d19 100644 --- a/lib/libc/socket/sendmsg.c +++ b/lib/libc/socket/sendmsg.c @@ -1,4 +1,5 @@ -#include "asm/unistd_64.h" // for __NR_sendmsg + + #include <sys/socket.h> // for sendmsg #include <sys/types.h> // for ssize_t |
