fix spurious undefined behavior in getaddrinfo
[musl] / src / network / recvfrom.c
index 436f344..6191166 100644 (file)
@@ -1,6 +1,5 @@
 #include <sys/socket.h>
 #include "syscall.h"
-#include "libc.h"
 
 ssize_t recvfrom(int fd, void *restrict buf, size_t len, int flags, struct sockaddr *restrict addr, socklen_t *restrict alen)
 {