adapt res_msend DNS query core for working with multiple sockets
[musl] / src / network / sendmsg.c
index 5f08000..80cc5f4 100644 (file)
@@ -3,7 +3,6 @@
 #include <string.h>
 #include <errno.h>
 #include "syscall.h"
-#include "libc.h"
 
 ssize_t sendmsg(int fd, const struct msghdr *msg, int flags)
 {