implement SO_TIMESTAMP[NS] fallback for kernels without time64 versions
[musl] / src / network / getnameinfo.c
index 84f5ed6..f77e73a 100644 (file)
@@ -2,6 +2,7 @@
 #include <limits.h>
 #include <string.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>