semtimedop: add time64 syscall support, decouple 32-bit time_t
[musl] / src / network / inet_aton.c
index 0f9a45f..c65f7c2 100644 (file)
@@ -2,7 +2,7 @@
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
-#include "libc.h"
+#include <stdlib.h>
 
 int __inet_aton(const char *s0, struct in_addr *dest)
 {